Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 30aaa28

Browse files
authored
chore: release master (#429)
* chore: release master * chore: Bump marine-js version to 0.14.0
1 parent be8293b commit 30aaa28

File tree

21 files changed

+256
-23
lines changed

21 files changed

+256
-23
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"crates/fluence-app-service": "0.35.2",
3-
"crates/it-generator": "0.17.0",
4-
"crates/it-interfaces": "0.9.1",
5-
"crates/it-json-serde": "0.5.1",
6-
"crates/it-parser": "0.16.0",
2+
"crates/fluence-app-service": "0.36.0",
3+
"crates/it-generator": "0.18.0",
4+
"crates/it-interfaces": "0.10.0",
5+
"crates/it-json-serde": "0.6.0",
6+
"crates/it-parser": "0.17.0",
77
"crates/min-it-version": "0.3.2",
8-
"crates/module-info-parser": "0.15.0",
9-
"crates/module-interface": "0.8.1",
8+
"crates/module-info-parser": "0.16.0",
9+
"crates/module-interface": "0.9.0",
1010
"crates/utils": "0.5.1",
11-
"crates/wasm-backend-traits": "0.6.0",
12-
"crates/wasmtime-backend": "0.6.0",
13-
"core": "0.30.0",
14-
"marine": "0.36.2",
15-
"tools/cli": "0.19.7",
16-
"tools/repl": "0.30.2",
17-
"marine-js": "0.13.2",
18-
"crates/js-backend": "0.3.3"
11+
"crates/wasm-backend-traits": "0.7.0",
12+
"crates/wasmtime-backend": "0.7.0",
13+
"core": "0.31.0",
14+
"marine": "0.37.0",
15+
"tools/cli": "0.20.0",
16+
"tools/repl": "0.31.0",
17+
"marine-js": "0.14.0",
18+
"crates/js-backend": "0.4.1"
1919
}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* dependencies
1313
* marine-module-info-parser bumped from 0.11.1 to 0.11.2
1414

15+
## [0.31.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.30.0...marine-core-v0.31.0) (2024-04-10)
16+
17+
18+
### ⚠ BREAKING CHANGES
19+
20+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430))
21+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396))
22+
23+
### Features
24+
25+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053))
26+
27+
28+
### Bug Fixes
29+
30+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5))
31+
1532
## [0.30.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.29.0...marine-core-v0.30.0) (2024-02-22)
1633

1734

crates/fluence-app-service/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
* dependencies
4040
* marine-runtime bumped from 0.36.0 to 0.36.1
4141

42+
## [0.36.0](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.35.2...fluence-app-service-v0.36.0) (2024-04-10)
43+
44+
45+
### ⚠ BREAKING CHANGES
46+
47+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430))
48+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396))
49+
50+
### Features
51+
52+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053))
53+
54+
55+
### Bug Fixes
56+
57+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5))
58+
4259
## [0.35.2](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.35.1...fluence-app-service-v0.35.2) (2024-03-27)
4360

4461

crates/it-generator/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
88
* dependencies
99
* marine-it-parser bumped from 0.15.1 to 0.15.2
1010

11+
## [0.18.0](https://github.com/fluencelabs/marine/compare/marine-it-generator-v0.17.0...marine-it-generator-v0.18.0) (2024-04-10)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430))
17+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396))
18+
19+
### Features
20+
21+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053))
22+
23+
24+
### Bug Fixes
25+
26+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5))
27+
1128
## [0.16.0](https://github.com/fluencelabs/marine/compare/marine-it-generator-v0.15.0...marine-it-generator-v0.16.0) (2024-02-21)
1229

1330

crates/it-interfaces/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/fluencelabs/marine/compare/marine-it-interfaces-v0.9.1...marine-it-interfaces-v0.10.0) (2024-04-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430))
9+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396))
10+
11+
### Features
12+
13+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053))
14+
15+
16+
### Bug Fixes
17+
18+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5))
19+
320
## [0.9.1](https://github.com/fluencelabs/marine/compare/marine-it-interfaces-v0.9.0...marine-it-interfaces-v0.9.1) (2024-01-07)
421

522

crates/it-json-serde/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/fluencelabs/marine/compare/it-json-serde-v0.5.1...it-json-serde-v0.6.0) (2024-04-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430))
9+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396))
10+
11+
### Features
12+
13+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053))
14+
15+
16+
### Bug Fixes
17+
18+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5))
19+
320
## [0.5.1](https://github.com/fluencelabs/marine/compare/it-json-serde-v0.5.0...it-json-serde-v0.5.1) (2024-01-07)
421

522

crates/it-parser/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
88
* dependencies
99
* marine-wasm-backend-traits bumped from 0.5.1 to 0.6.0
1010

11+
## [0.17.0](https://github.com/fluencelabs/marine/compare/marine-it-parser-v0.16.0...marine-it-parser-v0.17.0) (2024-04-10)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430))
17+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396))
18+
19+
### Features
20+
21+
* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053))
22+
23+
24+
### Bug Fixes
25+
26+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5))
27+
1128
## [0.15.1](https://github.com/fluencelabs/marine/compare/marine-it-parser-v0.15.0...marine-it-parser-v0.15.1) (2024-01-07)
1229

1330

crates/js-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "marine-js-backend"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "Fluence Marine Wasm backend interface implementation for JS environment"
66
authors = ["Fluence Labs"]

crates/module-info-parser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
* dependencies
1313
* marine-wasm-backend-traits bumped from 0.5.1 to 0.6.0
1414

15+
## [0.16.0](https://github.com/fluencelabs/marine/compare/marine-module-info-parser-v0.15.0...marine-module-info-parser-v0.16.0) (2024-04-10)
16+
17+
18+
### ⚠ BREAKING CHANGES
19+
20+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430))
21+
22+
### Bug Fixes
23+
24+
* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5))
25+
1526
## [0.14.0](https://github.com/fluencelabs/marine/compare/marine-module-info-parser-v0.13.0...marine-module-info-parser-v0.14.0) (2024-02-21)
1627

1728

0 commit comments

Comments
 (0)