From 5ad5270e381f6e810d7b8b5cdc168d283e7a90bb Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Wed, 20 Oct 2021 12:42:48 +0300 Subject: [PATCH] Bump version to 6.1.0 and fix CHANGELOG (#348) --- CHANGELOG.md | 9 +++++++-- rebar.config | 2 +- src/aesophia.app.src | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b547e9d..4a2bb1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +### Changed +### Removed + +## [6.1.0] - 2021-10-20 +### Added - `Bitwise` stdlib - `Set` stdlib - `Option.force_msg` @@ -26,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ``` ### Changed - Fixed the ACI renderer, it shouldn't drop the `stateful` modifier -### Removed ## [6.0.2] 2021-07-05 ### Changed @@ -328,7 +332,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/v6.0.2...HEAD +[Unreleased]: https://github.com/aeternity/aesophia/compare/v6.1.0...HEAD +[6.1.0]: https://github.com/aeternity/aesophia/compare/v6.0.2...v6.1.0 [6.0.2]: https://github.com/aeternity/aesophia/compare/v6.0.1...v6.0.2 [6.0.1]: https://github.com/aeternity/aesophia/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/aeternity/aesophia/compare/v5.0.0...v6.0.0 diff --git a/rebar.config b/rebar.config index e9c1e04..b57782d 100644 --- a/rebar.config +++ b/rebar.config @@ -15,7 +15,7 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. -{relx, [{release, {aesophia, "6.0.2"}, +{relx, [{release, {aesophia, "6.1.0"}, [aesophia, aebytecode, getopt]}, {dev_mode, true}, diff --git a/src/aesophia.app.src b/src/aesophia.app.src index b1c36bb..9f35aea 100644 --- a/src/aesophia.app.src +++ b/src/aesophia.app.src @@ -1,6 +1,6 @@ {application, aesophia, [{description, "Compiler for Aeternity Sophia language"}, - {vsn, "6.0.2"}, + {vsn, "6.1.0"}, {registered, []}, {applications, [kernel,