* 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
+3 -3
View File
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed
## [5.1.0] 2021-05-24
## [6.0.0] 2021-05-26
### Added
- Child contracts
- `Chain.clone`
@@ -298,8 +298,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Simplify calldata creation - instead of passing a compiled contract, simply
pass a (stubbed) contract string.
[Unreleased]: https://github.com/aeternity/aesophia/compare/v5.1.0...HEAD
[5.1.0]: https://github.com/aeternity/aesophia/compare/v5.0.0...v5.1.0
[Unreleased]: https://github.com/aeternity/aesophia/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/aeternity/aesophia/compare/v5.0.0...v6.0.0
[5.0.0]: https://github.com/aeternity/aesophia/compare/v4.3.0...v5.0.0
[4.3.0]: https://github.com/aeternity/aesophia/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/aeternity/aesophia/compare/v4.1.0...v4.2.0