From fb41b76121cb4d71cb3df73f3eec0869c205cbfb Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Fri, 24 Feb 2023 09:29:48 +0100 Subject: [PATCH] Prepare v7.1.0 release --- CHANGELOG.md | 10 ++++++++-- rebar.config | 2 +- src/aesophia.app.src | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b6781..6cf97f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +### Changed +### Removed +### Fixed + +## [7.1.0] +### Added - Options to enable/disable certain optimizations. - The ability to call a different instance of the current contract ``` @@ -20,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Check contracts and entrypoints modifiers when implementing interfaces. - Contracts can no longer be used as namespaces. - Do not show unused stateful warning for functions that call other contracts with a non-zero value argument. -### Removed ### Fixed - Typechecker crashes if Chain.create or Chain.clone are used without arguments. @@ -375,7 +380,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/v7.0.1...HEAD +[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.1.0...HEAD +[7.1.0]: https://github.com/aeternity/aesophia/compare/v7.0.1...v7.1.0 [7.0.1]: https://github.com/aeternity/aesophia/compare/v7.0.0...v7.0.1 [7.0.0]: https://github.com/aeternity/aesophia/compare/v6.1.0...v7.0.0 [6.1.0]: https://github.com/aeternity/aesophia/compare/v6.0.2...v6.1.0 diff --git a/rebar.config b/rebar.config index ef5bd8e..d22de4b 100644 --- a/rebar.config +++ b/rebar.config @@ -14,7 +14,7 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. -{relx, [{release, {aesophia, "7.0.1"}, +{relx, [{release, {aesophia, "7.1.0"}, [aesophia, aebytecode, getopt]}, {dev_mode, true}, diff --git a/src/aesophia.app.src b/src/aesophia.app.src index 31ff7c2..d195d99 100644 --- a/src/aesophia.app.src +++ b/src/aesophia.app.src @@ -1,6 +1,6 @@ {application, aesophia, [{description, "Compiler for Aeternity Sophia language"}, - {vsn, "7.0.1"}, + {vsn, "7.1.0"}, {registered, []}, {applications, [kernel,