6.0.0 #808

Merged
zxq9 merged 4 commits from 6.0.0 into master 2021-05-26 20:06:57 +09:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 9b9343cb24 - Show all commits

View File

@ -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

View File

@ -15,7 +15,7 @@
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.
{relx, [{release, {aesophia, "5.1.0"},
{relx, [{release, {aesophia, "6.0.0"},
[aesophia, aebytecode, getopt]},
{dev_mode, true},

View File

@ -1,6 +1,6 @@
{application, aesophia,
[{description, "Contract Language for aeternity"},
{vsn, "5.1.0"},
{vsn, "6.0.0"},
{registered, []},
{applications,
[kernel,