Skip to content

Commit 6794851

Browse files
authored
Prepare v7.3.0 (#484)
1 parent 08fa372 commit 6794851

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Changed
1010
### Removed
1111
### Fixed
12+
13+
## [7.3.0]
14+
### Fixed
1215
- 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.
1316
- Fixed a bug in the byte code optimization that incorrectly reordered dependent instructions.
1417

@@ -401,7 +404,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
401404
- Simplify calldata creation - instead of passing a compiled contract, simply
402405
pass a (stubbed) contract string.
403406
404-
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.2.1...HEAD
407+
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.3.0...HEAD
408+
[7.2.1]: https://github.com/aeternity/aesophia/compare/v7.2.1...v7.3.0
405409
[7.2.1]: https://github.com/aeternity/aesophia/compare/v7.2.0...v7.2.1
406410
[7.2.0]: https://github.com/aeternity/aesophia/compare/v7.1.0...v7.2.0
407411
[7.1.0]: https://github.com/aeternity/aesophia/compare/v7.0.1...v7.1.0

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
1414
]}.
1515

16-
{relx, [{release, {aesophia, "7.2.1"},
16+
{relx, [{release, {aesophia, "7.3.0"},
1717
[aesophia, aebytecode, getopt]},
1818

1919
{dev_mode, true},

src/aesophia.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, aesophia,
22
[{description, "Compiler for Aeternity Sophia language"},
3-
{vsn, "7.2.1"},
3+
{vsn, "7.3.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)