6.0.0 #808
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
## [5.1.0] 2021-05-24
|
## [6.0.0] 2021-05-26
|
||||||
### Added
|
### Added
|
||||||
- Child contracts
|
- Child contracts
|
||||||
- `Chain.clone`
|
- `Chain.clone`
|
||||||
|
11
README.md
11
README.md
@ -15,11 +15,12 @@ The compiler is currently being used three places
|
|||||||
|
|
||||||
## Versioning
|
## Versioning
|
||||||
|
|
||||||
`aesophia` has a version that is only loosely connected to the version of the
|
Versioning should follow [semantic versioning](https://semver.org/spec/v2.0.0) guidelines. Id est, given a version number MAJOR.MINOR.PATCH, increment the:
|
||||||
Aeternity node - in principle they will share the major version but not
|
|
||||||
minor/patch version. The `aesophia` compiler version MUST be bumped whenever
|
- MAJOR version when you make incompatible API changes
|
||||||
there is a change in how byte code is generated, but it MAY also be bumped upon
|
- MINOR version when you add functionality in a backwards compatible manner
|
||||||
API changes etc.
|
- PATCH version when you make backwards compatible bug fixes
|
||||||
|
|
||||||
|
|
||||||
## Interface Modules
|
## Interface Modules
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user