Starting 0.12.0, Gogs uses [semantic versioning](https://semver.org/) for publishing releases. For example:
-`0.12.0` is a minor version release.
-`0.12.1` is the first patch release of `0.12`.
-`0.12` indicates a series of releases for a minor version and its patch releases.
Each minor release has its own release branch with prefix `release/`, e.g. `release/0.12` is the release branch for minor version 0.12.0 and all its patch releases (`0.12.1`, `0.12.2`, etc.).
## Backwards compatibility
### Before 0.12
If you're running Gogs with any version below 0.12, please upgrade to 0.12 to run necessary migrations.