Skip to content

Commit 33229c3

Browse files
authored
Prepare release v7.4.0 (#487)
1 parent 002e55d commit 33229c3

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Added
99
### Changed
10+
### Removed
11+
### Fixed
12+
13+
## [7.4.0]
14+
### Changed
1015
- Names of lifted lambdas now consist of parent function's name and their
1116
position in the source code.
12-
### Removed
1317
### Fixed
1418
- Lifted lambdas get their names assigned deterministically.
1519

@@ -407,7 +411,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
407411
- Simplify calldata creation - instead of passing a compiled contract, simply
408412
pass a (stubbed) contract string.
409413
410-
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.3.0...HEAD
414+
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.4.0...HEAD
415+
[7.4.0]: https://github.com/aeternity/aesophia/compare/v7.3.0...v7.4.0
411416
[7.3.0]: https://github.com/aeternity/aesophia/compare/v7.2.1...v7.3.0
412417
[7.2.1]: https://github.com/aeternity/aesophia/compare/v7.2.0...v7.2.1
413418
[7.2.0]: https://github.com/aeternity/aesophia/compare/v7.1.0...v7.2.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.3.0"},
16+
{relx, [{release, {aesophia, "7.4.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.3.0"},
3+
{vsn, "7.4.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)