From 8819693fcfd71a5d452edc3635d04e9723acedbe Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Thu, 24 Aug 2023 09:50:56 +0200 Subject: [PATCH] Prepare v7.3.0 --- CHANGELOG.md | 6 +++++- rebar.config | 2 +- src/aesophia.app.src | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e8df8..aad365a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed ### Fixed + +## [7.3.0] +### Fixed - Fixed a bug with polymorphism that allowed functions with the same name but different type to be considered as implementations for their corresponding interface function. - Fixed a bug in the byte code optimization that incorrectly reordered dependent instructions. @@ -401,7 +404,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.2.1...HEAD +[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.3.0...HEAD +[7.2.1]: https://github.com/aeternity/aesophia/compare/v7.2.1...v7.3.0 [7.2.1]: https://github.com/aeternity/aesophia/compare/v7.2.0...v7.2.1 [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 diff --git a/rebar.config b/rebar.config index de1f8b7..1b0248c 100644 --- a/rebar.config +++ b/rebar.config @@ -13,7 +13,7 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. -{relx, [{release, {aesophia, "7.2.1"}, +{relx, [{release, {aesophia, "7.3.0"}, [aesophia, aebytecode, getopt]}, {dev_mode, true}, diff --git a/src/aesophia.app.src b/src/aesophia.app.src index c1deacd..b39415c 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.2.1"}, + {vsn, "7.3.0"}, {registered, []}, {applications, [kernel,