index : static-web-server.git

ascending towards madness

# Semantic Versioning

**`SWS`** project adheres to [Semantic Versioning]https://semver.org/ for every release like [`v1`]https://github.com/static-web-server/static-web-server/blob/1.x/CHANGELOG.md and the latest [`v2`]https://github.com/static-web-server/static-web-server/blob/master/CHANGELOG.md.

## Breaking changes

Only switches between ***major*** versions "could" contain *breaking changes* or not depending on the particular case.<br>
However, this project tries to keep away from any kind of _breaking change_ possible between ***major*** versions. But it still supports and prioritizes ***"no breaking changes"*** for ***minor*** and ***patch*** (bug fixes) versions.

On the other hand, if a *breaking change* is found to be *"strictly necessary"* to do. Then a new ***major*** version must be promoted as well as users informed accordingly so they can do a seamless transition.