diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 68482a34..be9c3cb0 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,19 +1,19 @@ { - "crates/fluence-app-service": "0.35.2", - "crates/it-generator": "0.17.0", - "crates/it-interfaces": "0.9.1", - "crates/it-json-serde": "0.5.1", - "crates/it-parser": "0.16.0", + "crates/fluence-app-service": "0.36.0", + "crates/it-generator": "0.18.0", + "crates/it-interfaces": "0.10.0", + "crates/it-json-serde": "0.6.0", + "crates/it-parser": "0.17.0", "crates/min-it-version": "0.3.2", - "crates/module-info-parser": "0.15.0", - "crates/module-interface": "0.8.1", + "crates/module-info-parser": "0.16.0", + "crates/module-interface": "0.9.0", "crates/utils": "0.5.1", - "crates/wasm-backend-traits": "0.6.0", - "crates/wasmtime-backend": "0.6.0", - "core": "0.30.0", - "marine": "0.36.2", - "tools/cli": "0.19.7", - "tools/repl": "0.30.2", - "marine-js": "0.13.2", - "crates/js-backend": "0.3.3" + "crates/wasm-backend-traits": "0.7.0", + "crates/wasmtime-backend": "0.7.0", + "core": "0.31.0", + "marine": "0.37.0", + "tools/cli": "0.20.0", + "tools/repl": "0.31.0", + "marine-js": "0.14.0", + "crates/js-backend": "0.4.1" } diff --git a/Cargo.lock b/Cargo.lock index 3660d33a..c33abb1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,7 +1724,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "marine" -version = "0.19.8" +version = "0.20.0" dependencies = [ "Inflector", "anyhow", @@ -1886,7 +1886,7 @@ dependencies = [ [[package]] name = "marine-js-backend" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "derive_more", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 854a7e01..b1ff8d47 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -12,6 +12,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * dependencies * marine-module-info-parser bumped from 0.11.1 to 0.11.2 +## [0.31.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.30.0...marine-core-v0.31.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.30.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.29.0...marine-core-v0.30.0) (2024-02-22) diff --git a/crates/fluence-app-service/CHANGELOG.md b/crates/fluence-app-service/CHANGELOG.md index 44a449c1..d0e481de 100644 --- a/crates/fluence-app-service/CHANGELOG.md +++ b/crates/fluence-app-service/CHANGELOG.md @@ -39,6 +39,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * dependencies * marine-runtime bumped from 0.36.0 to 0.36.1 +## [0.36.0](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.35.2...fluence-app-service-v0.36.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.35.2](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.35.1...fluence-app-service-v0.35.2) (2024-03-27) diff --git a/crates/it-generator/CHANGELOG.md b/crates/it-generator/CHANGELOG.md index 7e12ca4f..94ef4d92 100644 --- a/crates/it-generator/CHANGELOG.md +++ b/crates/it-generator/CHANGELOG.md @@ -8,6 +8,23 @@ * dependencies * marine-it-parser bumped from 0.15.1 to 0.15.2 +## [0.18.0](https://github.com/fluencelabs/marine/compare/marine-it-generator-v0.17.0...marine-it-generator-v0.18.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.16.0](https://github.com/fluencelabs/marine/compare/marine-it-generator-v0.15.0...marine-it-generator-v0.16.0) (2024-02-21) diff --git a/crates/it-interfaces/CHANGELOG.md b/crates/it-interfaces/CHANGELOG.md index 68b1ec55..9970bf52 100644 --- a/crates/it-interfaces/CHANGELOG.md +++ b/crates/it-interfaces/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.10.0](https://github.com/fluencelabs/marine/compare/marine-it-interfaces-v0.9.1...marine-it-interfaces-v0.10.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.9.1](https://github.com/fluencelabs/marine/compare/marine-it-interfaces-v0.9.0...marine-it-interfaces-v0.9.1) (2024-01-07) diff --git a/crates/it-json-serde/CHANGELOG.md b/crates/it-json-serde/CHANGELOG.md index d4e23420..f2a8f39a 100644 --- a/crates/it-json-serde/CHANGELOG.md +++ b/crates/it-json-serde/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.6.0](https://github.com/fluencelabs/marine/compare/it-json-serde-v0.5.1...it-json-serde-v0.6.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.5.1](https://github.com/fluencelabs/marine/compare/it-json-serde-v0.5.0...it-json-serde-v0.5.1) (2024-01-07) diff --git a/crates/it-parser/CHANGELOG.md b/crates/it-parser/CHANGELOG.md index 7a7c221c..a2fa5897 100644 --- a/crates/it-parser/CHANGELOG.md +++ b/crates/it-parser/CHANGELOG.md @@ -8,6 +8,23 @@ * dependencies * marine-wasm-backend-traits bumped from 0.5.1 to 0.6.0 +## [0.17.0](https://github.com/fluencelabs/marine/compare/marine-it-parser-v0.16.0...marine-it-parser-v0.17.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.15.1](https://github.com/fluencelabs/marine/compare/marine-it-parser-v0.15.0...marine-it-parser-v0.15.1) (2024-01-07) diff --git a/crates/js-backend/Cargo.toml b/crates/js-backend/Cargo.toml index e5cd7534..d0502cf1 100644 --- a/crates/js-backend/Cargo.toml +++ b/crates/js-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-js-backend" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Fluence Marine Wasm backend interface implementation for JS environment" authors = ["Fluence Labs"] diff --git a/crates/module-info-parser/CHANGELOG.md b/crates/module-info-parser/CHANGELOG.md index 6fd948c4..65f968b7 100644 --- a/crates/module-info-parser/CHANGELOG.md +++ b/crates/module-info-parser/CHANGELOG.md @@ -12,6 +12,17 @@ * dependencies * marine-wasm-backend-traits bumped from 0.5.1 to 0.6.0 +## [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) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [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) diff --git a/crates/module-interface/CHANGELOG.md b/crates/module-interface/CHANGELOG.md index bab4a69e..6915858a 100644 --- a/crates/module-interface/CHANGELOG.md +++ b/crates/module-interface/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.9.0](https://github.com/fluencelabs/marine/compare/marine-module-interface-v0.8.1...marine-module-interface-v0.9.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.8.1](https://github.com/fluencelabs/marine/compare/marine-module-interface-v0.8.0...marine-module-interface-v0.8.1) (2024-01-07) diff --git a/crates/wasm-backend-traits/CHANGELOG.md b/crates/wasm-backend-traits/CHANGELOG.md index d2dda3eb..9177e054 100644 --- a/crates/wasm-backend-traits/CHANGELOG.md +++ b/crates/wasm-backend-traits/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.7.0](https://github.com/fluencelabs/marine/compare/marine-wasm-backend-traits-v0.6.0...marine-wasm-backend-traits-v0.7.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.6.0](https://github.com/fluencelabs/marine/compare/marine-wasm-backend-traits-v0.5.1...marine-wasm-backend-traits-v0.6.0) (2024-02-22) diff --git a/crates/wasmtime-backend/CHANGELOG.md b/crates/wasmtime-backend/CHANGELOG.md index 0d7a2679..4baa520c 100644 --- a/crates/wasmtime-backend/CHANGELOG.md +++ b/crates/wasmtime-backend/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.7.0](https://github.com/fluencelabs/marine/compare/marine-wasmtime-backend-v0.6.0...marine-wasmtime-backend-v0.7.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.6.0](https://github.com/fluencelabs/marine/compare/marine-wasmtime-backend-v0.5.1...marine-wasmtime-backend-v0.6.0) (2024-02-22) diff --git a/marine-js/CHANGELOG.md b/marine-js/CHANGELOG.md index c757c4b7..e7f59721 100644 --- a/marine-js/CHANGELOG.md +++ b/marine-js/CHANGELOG.md @@ -24,6 +24,30 @@ +## [0.14.0](https://github.com/fluencelabs/marine/compare/marine-js-v0.13.2...marine-js-v0.14.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * marine-js-backend bumped from 0.4.0 to 0.4.1 + ## [0.13.0](https://github.com/fluencelabs/marine/compare/marine-js-v0.12.0...marine-js-v0.13.0) (2024-02-22) diff --git a/marine-js/Cargo.toml b/marine-js/Cargo.toml index 9e72415e..f108f24d 100644 --- a/marine-js/Cargo.toml +++ b/marine-js/Cargo.toml @@ -10,7 +10,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -marine-js-backend = {path = "../crates/js-backend", version = "0.4.0" } +marine-js-backend = {path = "../crates/js-backend", version = "0.4.1" } marine-runtime = {path = "../marine", default-features = false} marine-wasm-backend-traits = {path = "../crates/wasm-backend-traits", version = "0.7.0" } diff --git a/marine-js/npm-package/package-lock.json b/marine-js/npm-package/package-lock.json index 1b8c3094..f83fafc7 100644 --- a/marine-js/npm-package/package-lock.json +++ b/marine-js/npm-package/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/marine-js", - "version": "0.13.2", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fluencelabs/marine-js", - "version": "0.13.2", + "version": "0.14.0", "license": "Apache 2.0", "dependencies": { "@wasmer/wasi": "0.12.0", diff --git a/marine-js/npm-package/package.json b/marine-js/npm-package/package.json index c56872c6..e837031b 100644 --- a/marine-js/npm-package/package.json +++ b/marine-js/npm-package/package.json @@ -1,7 +1,7 @@ { "name": "@fluencelabs/marine-js", "description": "Marine-js", - "version": "0.13.2", + "version": "0.14.0", "exports": { ".": "./dist/index.js", "./types": { diff --git a/marine/CHANGELOG.md b/marine/CHANGELOG.md index cfe534a9..c2e34340 100644 --- a/marine/CHANGELOG.md +++ b/marine/CHANGELOG.md @@ -13,6 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * marine-core bumped from 0.20.1 to 0.20.2 * marine-wasmtime-backend bumped from 0.2.0 to 0.2.1 +## [0.37.0](https://github.com/fluencelabs/marine/compare/marine-runtime-v0.36.2...marine-runtime-v0.37.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.36.2](https://github.com/fluencelabs/marine/compare/marine-runtime-v0.36.1...marine-runtime-v0.36.2) (2024-03-27) diff --git a/tools/cli/CHANGELOG.md b/tools/cli/CHANGELOG.md index 373dfeca..7b7df706 100644 --- a/tools/cli/CHANGELOG.md +++ b/tools/cli/CHANGELOG.md @@ -37,6 +37,17 @@ * marine-it-parser bumped from 0.15.1 to 0.15.2 * marine-module-info-parser bumped from 0.14.0 to 0.14.1 +## [0.20.0](https://github.com/fluencelabs/marine/compare/marine-v0.19.7...marine-v0.20.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.19.2](https://github.com/fluencelabs/marine/compare/marine-v0.19.1...marine-v0.19.2) (2024-01-10) diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 70cb10b3..6ebf7c6f 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "marine" description = "Fluence Marine command line tool" -version = "0.19.8" +version = "0.20.0" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" diff --git a/tools/repl/CHANGELOG.md b/tools/repl/CHANGELOG.md index 52997df7..7ec0160d 100644 --- a/tools/repl/CHANGELOG.md +++ b/tools/repl/CHANGELOG.md @@ -38,6 +38,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * dependencies * fluence-app-service bumped from 0.35.1 to 0.35.2 +## [0.31.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.30.2...mrepl-v0.31.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) + +### Features + +* move to async execution ([#396](https://github.com/fluencelabs/marine/issues/396)) ([13cf85b](https://github.com/fluencelabs/marine/commit/13cf85ba369f000c01d040897b366e1087560053)) + + +### Bug Fixes + +* **versions:** enforce minor version bumps ([#430](https://github.com/fluencelabs/marine/issues/430)) ([be8293b](https://github.com/fluencelabs/marine/commit/be8293bc06b0e1d28ed19403f6f3af5266aa4de5)) + ## [0.30.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.29.0...mrepl-v0.30.0) (2024-02-22)