From 151db48968fe538741c567ef3d06c2880f5734a1 Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Tue, 5 Sep 2023 10:43:26 +0200 Subject: [PATCH] Prepare release v7.6.0 (#127) --- CHANGELOG.md | 7 ++++++- README.md | 4 ++-- apps/aesophia_http/src/aesophia_http.app.src | 2 +- apps/aesophia_http/test/aesophia_http_SUITE.erl | 4 ++-- config/swagger.yaml | 2 +- rebar.config | 4 ++-- rebar.lock | 2 +- 7 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a945b82..d786bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed +## [7.6.0] +### Changed +- Updated to [Sophia 7.4.0](https://github.com/aeternity/aesophia/blob/master/CHANGELOG.md#740) + ## [7.5.0] ### Changed - Updated to [Sophia 7.3.0](https://github.com/aeternity/aesophia/blob/master/CHANGELOG.md#730) @@ -167,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial HTTP interface: /aci, /compile, /decode-data, /encode-calldata, /version, /api-version, /api - Docker support (aeternity/aesophia_http) -[Unreleased]: https://github.com/aeternity/aesophia_http/compare/v7.5.0...HEAD +[Unreleased]: https://github.com/aeternity/aesophia_http/compare/v7.6.0...HEAD +[7.6.0]: https://github.com/aeternity/aesophia_http/compare/v7.5.0...v7.6.0 [7.5.0]: https://github.com/aeternity/aesophia_http/compare/v7.4.0...v7.5.0 [7.4.0]: https://github.com/aeternity/aesophia_http/compare/v7.3.0...v7.4.0 [7.3.0]: https://github.com/aeternity/aesophia_http/compare/v7.2.0...v7.3.0 diff --git a/README.md b/README.md index 54703b8..dfdedbd 100644 --- a/README.md +++ b/README.md @@ -221,13 +221,13 @@ version and the whole actual API (paste into any [swagger file generator](https: ``` curl http://localhost:3080/version -{"version":"7.3.0"} +{"version":"7.4.0"} ``` ``` curl http://localhost:3080/api-version -{"api-version":"7.5.0"} +{"api-version":"7.6.0"} ``` ``` diff --git a/apps/aesophia_http/src/aesophia_http.app.src b/apps/aesophia_http/src/aesophia_http.app.src index 09cc344..88e0902 100644 --- a/apps/aesophia_http/src/aesophia_http.app.src +++ b/apps/aesophia_http/src/aesophia_http.app.src @@ -1,6 +1,6 @@ {application, aesophia_http, [{description, "HTTP interface for Sophia compiler"}, - {vsn, "7.5.0"}, + {vsn, "7.6.0"}, {registered, []}, {mod, { aesophia_http_app, []}}, {applications, diff --git a/apps/aesophia_http/test/aesophia_http_SUITE.erl b/apps/aesophia_http/test/aesophia_http_SUITE.erl index 617cb28..afa9b5c 100644 --- a/apps/aesophia_http/test/aesophia_http_SUITE.erl +++ b/apps/aesophia_http/test/aesophia_http_SUITE.erl @@ -362,8 +362,8 @@ fate_assembler(_) -> C = <<"cb_+GZGA6CpNW171TSUfk88PoVv7YslUgxRcOJYKFPRxoGkXArWosC4OZ7+RNZEHwA3ADcAGg6CPwEDP/64F37sADcBBwcBAQCWLwIRRNZEHxFpbml0EbgXfuwRbWFpboIvAIU0LjEuMAANEx2r">>, _Res = do_get_fate_assembler(C). --define(API_VERSION, <<"7.5.0">>). --define(COMPILER_VERSION, <<"7.3.0">>). +-define(API_VERSION, <<"7.6.0">>). +-define(COMPILER_VERSION, <<"7.4.0">>). compiler_version(_) -> F = fun({ExpVer, CB}) -> diff --git a/config/swagger.yaml b/config/swagger.yaml index b465ef7..52bede5 100644 --- a/config/swagger.yaml +++ b/config/swagger.yaml @@ -1,7 +1,7 @@ swagger: '2.0' info: description: 'This is the [Aeternity](https://www.aeternity.com/) compiler API.' - version: 7.5.0 + version: 7.6.0 title: Aeternity compiler termsOfService: 'https://www.aeternity.com/terms/' contact: diff --git a/rebar.config b/rebar.config index 6100cb0..d7917e9 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,7 @@ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {tag, "v3.1.1"}}}, {aesophia, {git, "https://github.com/aeternity/aesophia.git", - {tag, "v7.3.0"}}}, + {tag, "v7.4.0"}}}, {eblake2, "1.0.0"}, {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "v2.11.0"}}}, @@ -21,7 +21,7 @@ {tag, "2.9.0"}}} ]}. -{relx, [{release, {aesophia_http, "7.5.0"}, [aesophia_http, sasl, aeserialization]}, +{relx, [{release, {aesophia_http, "7.6.0"}, [aesophia_http, sasl, aeserialization]}, {sys_config, "./config/sys.config"}, {vm_args, "./config/vm.args"}, diff --git a/rebar.lock b/rebar.lock index d423ab6..76ddd23 100644 --- a/rebar.lock +++ b/rebar.lock @@ -9,7 +9,7 @@ 0}, {<<"aesophia">>, {git,"https://github.com/aeternity/aesophia.git", - {ref,"67948513d5a582491ef521e353dcab25934c7f33"}}, + {ref,"33229c35131516e6f91ada1b74ee1505eb94a731"}}, 0}, {<<"base58">>, {git,"https://github.com/aeternity/erl-base58.git",