Skip to content

Commit 43c8328

Browse files
authored
Prepare v7.2.1 release (#466)
1 parent c15d411 commit 43c8328

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Removed
1111
### Fixed
1212

13+
## [7.2.1]
14+
### Fixed
15+
- Fixed bugs with the newly added debugging symbols
16+
1317
## [7.2.0]
1418
### Added
1519
- Toplevel compile-time constants
@@ -395,7 +399,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
395399
- Simplify calldata creation - instead of passing a compiled contract, simply
396400
pass a (stubbed) contract string.
397401
398-
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.2.0...HEAD
402+
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.2.1...HEAD
403+
[7.2.1]: https://github.com/aeternity/aesophia/compare/v7.2.0...v7.2.1
399404
[7.2.0]: https://github.com/aeternity/aesophia/compare/v7.1.0...v7.2.0
400405
[7.1.0]: https://github.com/aeternity/aesophia/compare/v7.0.1...v7.1.0
401406
[7.0.1]: https://github.com/aeternity/aesophia/compare/v7.0.0...v7.0.1

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.0"},
16+
{relx, [{release, {aesophia, "7.2.1"},
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.0"},
3+
{vsn, "7.2.1"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)