Skip to content

Commit 311bf49

Browse files
authored
Prepare v7.1.0 release (#438)
1 parent 0e3bcba commit 311bf49

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.1.0]
14+
### Added
915
- Options to enable/disable certain optimizations.
1016
- The ability to call a different instance of the current contract
1117
```
@@ -20,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2026
- Check contracts and entrypoints modifiers when implementing interfaces.
2127
- Contracts can no longer be used as namespaces.
2228
- Do not show unused stateful warning for functions that call other contracts with a non-zero value argument.
23-
### Removed
2429
### Fixed
2530
- Typechecker crashes if Chain.create or Chain.clone are used without arguments.
2631

@@ -375,7 +380,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
375380
- Simplify calldata creation - instead of passing a compiled contract, simply
376381
pass a (stubbed) contract string.
377382
378-
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.0.1...HEAD
383+
[Unreleased]: https://github.com/aeternity/aesophia/compare/v7.1.0...HEAD
384+
[7.1.0]: https://github.com/aeternity/aesophia/compare/v7.0.1...v7.1.0
379385
[7.0.1]: https://github.com/aeternity/aesophia/compare/v7.0.0...v7.0.1
380386
[7.0.0]: https://github.com/aeternity/aesophia/compare/v6.1.0...v7.0.0
381387
[6.1.0]: https://github.com/aeternity/aesophia/compare/v6.0.2...v6.1.0

rebar.config

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

17-
{relx, [{release, {aesophia, "7.0.1"},
17+
{relx, [{release, {aesophia, "7.1.0"},
1818
[aesophia, aebytecode, getopt]},
1919

2020
{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.0.1"},
3+
{vsn, "7.1.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)