From b902226c26a64bef11423863dd70ab7017657c75 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Mon, 19 Jun 2023 13:21:44 +0300 Subject: [PATCH] Prepare v7.2.0 release (#462) --- 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 c5cf36f8..f80e3daa 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.2.0] +### Added - Toplevel compile-time constants ``` namespace N = @@ -14,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 let cc = 2 ``` - API functions for encoding/decoding Sophia values to/from FATE. -### Changed ### Removed - Remove the mapping from variables to FATE registers from the compilation output. ### Fixed @@ -390,7 +395,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.1.0...HEAD +[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.2.0...HEAD +[7.2.0]: https://github.com/aeternity/aesophia/compare/v7.1.0...v7.2.0 [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 diff --git a/rebar.config b/rebar.config index e07433ae..47031055 100644 --- a/rebar.config +++ b/rebar.config @@ -13,7 +13,7 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. -{relx, [{release, {aesophia, "7.1.0"}, +{relx, [{release, {aesophia, "7.2.0"}, [aesophia, aebytecode, getopt]}, {dev_mode, true}, diff --git a/src/aesophia.app.src b/src/aesophia.app.src index d195d994..8a34546b 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.1.0"}, + {vsn, "7.2.0"}, {registered, []}, {applications, [kernel,