Skip to content

Commit 5ee8768

Browse files
authored
Prepare release v7.6.1 (#130)
1 parent 151db48 commit 5ee8768

File tree

7 files changed

+22
-15
lines changed

7 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Changed
1010
### Removed
1111

12+
## [7.6.1]
13+
### Changed
14+
- Updated to [Sophia 7.4.1](https://github.com/aeternity/aesophia/blob/master/CHANGELOG.md#741)
15+
- Updated `aeserialization` to [v1.1.0](https://github.com/aeternity/aeserialization/releases/tag/v1.1.0)
16+
and `aebytecode` to [v3.4.0](https://github.com/aeternity/aebytecode/releases/tag/v3.4.0)
17+
1218
## [7.6.0]
1319
### Changed
1420
- Updated to [Sophia 7.4.0](https://github.com/aeternity/aesophia/blob/master/CHANGELOG.md#740)
@@ -171,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171177
- Initial HTTP interface: /aci, /compile, /decode-data, /encode-calldata, /version, /api-version, /api
172178
- Docker support (aeternity/aesophia_http)
173179

174-
[Unreleased]: https://github.com/aeternity/aesophia_http/compare/v7.6.0...HEAD
180+
[Unreleased]: https://github.com/aeternity/aesophia_http/compare/v7.6.1...HEAD
181+
[7.6.1]: https://github.com/aeternity/aesophia_http/compare/v7.6.0...v7.6.1
175182
[7.6.0]: https://github.com/aeternity/aesophia_http/compare/v7.5.0...v7.6.0
176183
[7.5.0]: https://github.com/aeternity/aesophia_http/compare/v7.4.0...v7.5.0
177184
[7.4.0]: https://github.com/aeternity/aesophia_http/compare/v7.3.0...v7.4.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,13 @@ version and the whole actual API (paste into any [swagger file generator](https:
221221
```
222222
curl http://localhost:3080/version
223223
224-
{"version":"7.4.0"}
224+
{"version":"7.4.1"}
225225
```
226226

227227
```
228228
curl http://localhost:3080/api-version
229229
230-
{"api-version":"7.6.0"}
230+
{"api-version":"7.6.1"}
231231
```
232232

233233
```

apps/aesophia_http/src/aesophia_http.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, aesophia_http,
22
[{description, "HTTP interface for Sophia compiler"},
3-
{vsn, "7.6.0"},
3+
{vsn, "7.6.1"},
44
{registered, []},
55
{mod, { aesophia_http_app, []}},
66
{applications,

apps/aesophia_http/test/aesophia_http_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ fate_assembler(_) ->
362362
C = <<"cb_+GZGA6CpNW171TSUfk88PoVv7YslUgxRcOJYKFPRxoGkXArWosC4OZ7+RNZEHwA3ADcAGg6CPwEDP/64F37sADcBBwcBAQCWLwIRRNZEHxFpbml0EbgXfuwRbWFpboIvAIU0LjEuMAANEx2r">>,
363363
_Res = do_get_fate_assembler(C).
364364

365-
-define(API_VERSION, <<"7.6.0">>).
366-
-define(COMPILER_VERSION, <<"7.4.0">>).
365+
-define(API_VERSION, <<"7.6.1">>).
366+
-define(COMPILER_VERSION, <<"7.4.1">>).
367367

368368
compiler_version(_) ->
369369
F = fun({ExpVer, CB}) ->

config/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: '2.0'
22
info:
33
description: 'This is the [Aeternity](https://www.aeternity.com/) compiler API.'
4-
version: 7.6.0
4+
version: 7.6.1
55
title: Aeternity compiler
66
termsOfService: 'https://www.aeternity.com/terms/'
77
contact:

rebar.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
{erl_opts, [debug_info]}.
88
{deps, [
99
{aeserialization, {git, "https://github.com/aeternity/aeserialization.git",
10-
{ref, "eb68fe3"}}},
10+
{tag, "v1.1.0"}}},
1111
{aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
12-
{tag, "v3.1.1"}}},
12+
{tag, "v3.4.0"}}},
1313
{aesophia, {git, "https://github.com/aeternity/aesophia.git",
14-
{tag, "v7.4.0"}}},
14+
{tag, "v7.4.1"}}},
1515
{eblake2, "1.0.0"},
1616
{jsx, {git, "https://github.com/talentdeficit/jsx.git",
1717
{tag, "v2.11.0"}}},
@@ -21,7 +21,7 @@
2121
{tag, "2.9.0"}}}
2222
]}.
2323

24-
{relx, [{release, {aesophia_http, "7.6.0"}, [aesophia_http, sasl, aeserialization]},
24+
{relx, [{release, {aesophia_http, "7.6.1"}, [aesophia_http, sasl, aeserialization]},
2525

2626
{sys_config, "./config/sys.config"},
2727
{vm_args, "./config/vm.args"},

rebar.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{"1.2.0",
22
[{<<"aebytecode">>,
33
{git,"https://github.com/aeternity/aebytecode.git",
4-
{ref,"8269dbd71e9011921c60141636f1baa270a0e784"}},
4+
{ref,"009e0361922037f978f9c0ef357d4d1be8559928"}},
55
0},
66
{<<"aeserialization">>,
77
{git,"https://github.com/aeternity/aeserialization.git",
8-
{ref,"eb68fe331bd476910394966b7f5ede7a74d37e35"}},
8+
{ref,"2488ff3978f63d4cd9bcf864c6fcd6916cd3f498"}},
99
0},
1010
{<<"aesophia">>,
1111
{git,"https://github.com/aeternity/aesophia.git",
12-
{ref,"33229c35131516e6f91ada1b74ee1505eb94a731"}},
12+
{ref,"dbeb792ca524efec3a62449d3303a4eedf414181"}},
1313
0},
1414
{<<"base58">>,
1515
{git,"https://github.com/aeternity/erl-base58.git",
@@ -26,7 +26,7 @@
2626
{<<"eblake2">>,{pkg,<<"eblake2">>,<<"1.0.0">>},0},
2727
{<<"enacl">>,
2828
{git,"https://github.com/aeternity/enacl.git",
29-
{ref,"793ddb502f7fe081302e1c42227dca70b09f8e17"}},
29+
{ref,"67fceef42c0d055570f2e67b571f8d1f8de2f204"}},
3030
1},
3131
{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},1},
3232
{<<"jesse">>,

0 commit comments

Comments
 (0)