* Prepare 6.0.0

* Update docs

* Prepare 6.0.0 one more time

* the
This commit is contained in:
Radosław Rowicki
2021-05-26 13:06:56 +02:00
committed by GitHub
parent e8b32a6875
commit e2af89287d
5 changed files with 12 additions and 11 deletions
+6 -5
View File
@@ -15,11 +15,12 @@ The compiler is currently being used three places
## Versioning
`aesophia` has a version that is only loosely connected to the version of the
Aeternity node - in principle they will share the major version but not
minor/patch version. The `aesophia` compiler version MUST be bumped whenever
there is a change in how byte code is generated, but it MAY also be bumped upon
API changes etc.
Versioning should follow the [semantic versioning](https://semver.org/spec/v2.0.0) guidelines. Id est, given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backwards compatible manner
- PATCH version when you make backwards compatible bug fixes
## Interface Modules