Prepare 5.1.0 (#312)
This commit is contained in:
parent
1d9f59fec3
commit
cca7bdff49
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
|
### Changed
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
## [5.1.0] 2021-05-24
|
||||||
|
### Added
|
||||||
- Child contracts
|
- Child contracts
|
||||||
- `Chain.clone`
|
- `Chain.clone`
|
||||||
- `Chain.create`
|
- `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
|
- Simplify calldata creation - instead of passing a compiled contract, simply
|
||||||
pass a (stubbed) contract string.
|
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
|
[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.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
|
[4.2.0]: https://github.com/aeternity/aesophia/compare/v4.1.0...v4.2.0
|
||||||
|
@ -173,7 +173,7 @@ transaction still only uses up the gas spent running the contract.
|
|||||||
|
|
||||||
#### Contract factories and child contracts
|
#### Contract factories and child contracts
|
||||||
|
|
||||||
Since the version 5.0.0 Sophia supports deploying contracts by other
|
Since the version 5.1.0 Sophia supports deploying contracts by other
|
||||||
contracts. This can be done in two ways:
|
contracts. This can be done in two ways:
|
||||||
|
|
||||||
- Contract cloning via [`Chain.clone`](sophia_stdlib.md#clone)
|
- Contract cloning via [`Chain.clone`](sophia_stdlib.md#clone)
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
|
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{relx, [{release, {aesophia, "5.0.0"},
|
{relx, [{release, {aesophia, "5.1.0"},
|
||||||
[aesophia, aebytecode, getopt]},
|
[aesophia, aebytecode, getopt]},
|
||||||
|
|
||||||
{dev_mode, true},
|
{dev_mode, true},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{application, aesophia,
|
{application, aesophia,
|
||||||
[{description, "Contract Language for aeternity"},
|
[{description, "Contract Language for aeternity"},
|
||||||
{vsn, "5.0.0"},
|
{vsn, "5.1.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications,
|
{applications,
|
||||||
[kernel,
|
[kernel,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user