Skip to content

Commit

Permalink
Prepare release v7.4.1 (#85)
Browse files Browse the repository at this point in the history
* Bump aeserialization to v1.1.0

* Bump aesophia to v7.4.1

* Prepare release v7.4.1
  • Loading branch information
hanssv authored Jan 24, 2024
1 parent bae5181 commit 95bf8a4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed

## [7.4.1]
### Changed
- Updated to [Sophia 7.4.1](https://github.com/aeternity/aesophia/blob/master/CHANGELOG.md#741)
- Updated `aeserialization` to [v1.1.0](https://github.com/aeternity/aeserialization/releases/tag/v1.1.0)

## [7.4.0]
### Changed
- Updated to [Sophia 7.4.0](https://github.com/aeternity/aesophia/blob/master/CHANGELOG.md#740)
Expand Down Expand Up @@ -108,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix bug with standard library includes.
### Removed

[Unreleased]: https://github.com/aeternity/aesophia_cli/compare/v7.4.0...HEAD
[Unreleased]: https://github.com/aeternity/aesophia_cli/compare/v7.4.1...HEAD
[7.4.1]: https://github.com/aeternity/aesophia_cli/compare/v7.4.0...v7.4.1
[7.4.0]: https://github.com/aeternity/aesophia_cli/compare/v7.3.0...v7.4.0
[7.3.0]: https://github.com/aeternity/aesophia_cli/compare/v7.2.1...v7.3.0
[7.2.1]: https://github.com/aeternity/aesophia_cli/compare/v7.1.0...v7.2.1
Expand Down
Binary file modified aesophia_cli
Binary file not shown.
Binary file added priv/bin/v7.4.1/aesophia_cli
Binary file not shown.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [no_debug_info]}.

{deps, [ {aesophia, {git, "https://github.com/aeternity/aesophia.git", {tag, "v7.4.0"}}}
, {aeserialization, {git, "https://github.com/aeternity/aeserialization.git", {tag, "v1.0.0"}}}
{deps, [ {aesophia, {git, "https://github.com/aeternity/aesophia.git", {tag, "v7.4.1"}}}
, {aeserialization, {git, "https://github.com/aeternity/aeserialization.git", {tag, "v1.1.0"}}}
, {eblake2, "1.0.0"}]}.

{escript_incl_apps, [aeserialization]}.
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
1},
{<<"aeserialization">>,
{git,"https://github.com/aeternity/aeserialization.git",
{ref,"177bf604b2a05e940f92cf00e96e6e269e708245"}},
{ref,"2488ff3978f63d4cd9bcf864c6fcd6916cd3f498"}},
0},
{<<"aesophia">>,
{git,"https://github.com/aeternity/aesophia.git",
{ref,"33229c35131516e6f91ada1b74ee1505eb94a731"}},
{ref,"dbeb792ca524efec3a62449d3303a4eedf414181"}},
0},
{<<"base58">>,
{git,"https://github.com/aeternity/erl-base58.git",
Expand All @@ -18,7 +18,7 @@
{<<"eblake2">>,{pkg,<<"eblake2">>,<<"1.0.0">>},0},
{<<"enacl">>,
{git,"https://github.com/aeternity/enacl.git",
{ref,"793ddb502f7fe081302e1c42227dca70b09f8e17"}},
{ref,"67fceef42c0d055570f2e67b571f8d1f8de2f204"}},
1},
{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},2},
{<<"jsx">>,
Expand Down
2 changes: 1 addition & 1 deletion src/aesophia_cli.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, aesophia_cli,
[{description, "CLI for Sophia compiler"},
{vsn, "7.4.0"},
{vsn, "7.4.1"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 95bf8a4

Please sign in to comment.