From 10c845d3cf18f75ed23a24952bcaf266c85740c9 Mon Sep 17 00:00:00 2001 From: Denis Davidyuk Date: Tue, 16 Feb 2021 14:52:37 +0300 Subject: [PATCH 1/2] Use consistent event definitions between examples --- docs/sophia.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sophia.md b/docs/sophia.md index fa1731c..754f976 100644 --- a/docs/sophia.md +++ b/docs/sophia.md @@ -802,8 +802,8 @@ will emit one Event of each kind in the example. ```sophia entrypoint emit_events() : () = - Chain.event(TheFirstEvent(42)) - Chain.event(AnotherEvent(Contract.address, "This is not indexed")) + Chain.event(Event1(42, 34, "foo")) + Chain.event(Event2("This is not indexed", Contract.address)) ``` #### Argument order From 4f6872963147ac26d0fe66927cffcfad15416dbb Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Thu, 24 Jun 2021 09:27:28 +0200 Subject: [PATCH 2/2] Prepare v6.0.1 --- CHANGELOG.md | 8 +++++++- rebar.config | 2 +- src/aesophia.app.src | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5636f9..36ddbe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed +## [6.0.1] 2021-06-24 +### Changed +- Fixed a bug in calldata encoding for contracts containing multiple contracts +- Fixed a missing `include` in the `Frac` standard library + ## [6.0.0] 2021-05-26 ### Added - Child contracts @@ -298,7 +303,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.0...HEAD +[Unreleased]: https://github.com/aeternity/aesophia/compare/v6.0.1...HEAD +[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 [5.0.0]: https://github.com/aeternity/aesophia/compare/v4.3.0...v5.0.0 [4.3.0]: https://github.com/aeternity/aesophia/compare/v4.2.0...v4.3.0 diff --git a/rebar.config b/rebar.config index 960c725..fbd188d 100644 --- a/rebar.config +++ b/rebar.config @@ -15,7 +15,7 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. -{relx, [{release, {aesophia, "6.0.0"}, +{relx, [{release, {aesophia, "6.0.1"}, [aesophia, aebytecode, getopt]}, {dev_mode, true}, diff --git a/src/aesophia.app.src b/src/aesophia.app.src index 5ae439f..d2d7712 100644 --- a/src/aesophia.app.src +++ b/src/aesophia.app.src @@ -1,6 +1,6 @@ {application, aesophia, - [{description, "Contract Language for aeternity"}, - {vsn, "6.0.0"}, + [{description, "Compiler for Aeternity Sophia language"}, + {vsn, "6.0.1"}, {registered, []}, {applications, [kernel,