Skip to content

Commit b902226

Browse files
authored
Prepare v7.2.0 release (#462)
1 parent c1e8195 commit b902226

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
### Changed
10+
### Removed
11+
### Fixed
12+
13+
## [7.2.0]
14+
### Added
915
- Toplevel compile-time constants
1016
```
1117
namespace N =
@@ -14,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1420
let cc = 2
1521
```
1622
- API functions for encoding/decoding Sophia values to/from FATE.
17-
### Changed
1823
### Removed
1924
- Remove the mapping from variables to FATE registers from the compilation output.
2025
### Fixed
@@ -390,7 +395,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
390395
- Simplify calldata creation - instead of passing a compiled contract, simply
391396
pass a (stubbed) contract string.
392397
393-
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.1.0...HEAD
398+
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.2.0...HEAD
399+
[7.2.0]: https://github.com/aeternity/aesophia/compare/v7.1.0...v7.2.0
394400
[7.1.0]: https://github.com/aeternity/aesophia/compare/v7.0.1...v7.1.0
395401
[7.0.1]: https://github.com/aeternity/aesophia/compare/v7.0.0...v7.0.1
396402
[7.0.0]: https://github.com/aeternity/aesophia/compare/v6.1.0...v7.0.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.1.0"},
16+
{relx, [{release, {aesophia, "7.2.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.1.0"},
3+
{vsn, "7.2.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)