From daba367daa4b9a8357f20faa0fe09322d60ddb5f Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Thu, 4 Aug 2022 19:52:15 +0400 Subject: [PATCH] Bump version to 7.0.1 and update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- rebar.config | 2 +- src/aesophia.app.src | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca4e56..4779b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed ### Fixed + +## [7.0.1] +### Added +- Add CONTRIBUTING.md file. +### Changed +- Update Sophia syntax docs to include missing information about existing syntax. +### Fixed - [404](https://github.com/aeternity/aesophia/issues/404) Contract polymorphism crashes on non-obvious child contract typing. ## [7.0.0] @@ -354,7 +361,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.0...HEAD +[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.0.1...HEAD +[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 [6.0.2]: https://github.com/aeternity/aesophia/compare/v6.0.1...v6.0.2 diff --git a/rebar.config b/rebar.config index 7c86de1..1df3a58 100644 --- a/rebar.config +++ b/rebar.config @@ -14,7 +14,7 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. -{relx, [{release, {aesophia, "7.0.0"}, +{relx, [{release, {aesophia, "7.0.1"}, [aesophia, aebytecode, getopt]}, {dev_mode, true}, diff --git a/src/aesophia.app.src b/src/aesophia.app.src index 972c4e2..31ff7c2 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.0"}, + {vsn, "7.0.1"}, {registered, []}, {applications, [kernel,