Prepare 5.1.0 (#312)

This commit is contained in:
Radosław Rowicki
2021-05-24 11:01:59 +02:00
committed by GitHub
parent 1d9f59fec3
commit cca7bdff49
4 changed files with 10 additions and 4 deletions
+7 -1
View File
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
### Changed
### Removed
## [5.1.0] 2021-05-24
### Added
- Child contracts
- `Chain.clone`
- `Chain.create`
@@ -292,7 +297,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.0.0...HEAD
[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
[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