diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-06-29 09:13:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 09:13:51 +0200 |
| commit | 438d7d7a68b355080cca46200085e0824b0c72b8 (patch) | |
| tree | 234ac817a71ad59b107ec4d0ec30449dc350e3ac /docs/Project-Versioning.md | |
| parent | 18ae1e8f460e7c2f5ff4a264975c069eda548108 (diff) | |
| download | wiki-438d7d7a68b355080cca46200085e0824b0c72b8.tar.gz wiki-438d7d7a68b355080cca46200085e0824b0c72b8.tar.bz2 wiki-438d7d7a68b355080cca46200085e0824b0c72b8.zip | |
Improved releases table
Diffstat (limited to 'docs/Project-Versioning.md')
| -rw-r--r-- | docs/Project-Versioning.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/Project-Versioning.md b/docs/Project-Versioning.md index cbb16b6..d2df767 100644 --- a/docs/Project-Versioning.md +++ b/docs/Project-Versioning.md @@ -1,3 +1,4 @@ + We are using the semantic versioning standard: http://semver.org/spec/v2.0.0.html @@ -38,5 +39,9 @@ At the beginning of each development phase, we will clean the sql/updates folder * **PHASE 4: End of Life ( EOL )**: We will archive that release keeping documentation and branch ofc. You can continue to use/download it, but we won't offer any official support of any kind - - +| version/branch | codename | description | current state | release data | end of support| +| -- | -- | -- | -- | -- | -- | +| 0.x | Sunwell| small reworks for sunwell |EOL| 2016 Q3 | 2017 Q1 | +| 1.x | Mimiron | first version to introduce the module system | EOL| 2017 Q1 | 2019 Q1 | +| 2.x | Gunship | Integrated CI/CD and tons of fixes | Security & Stability | 2019 Q1 | ~ | +| master (3.x) | ~ | ~ | developing | ~ | ~| |
