diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 11fc3f8a..ab89550e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -12,8 +12,8 @@ "crates/wasmtime-backend": "0.5.1", "core": "0.26.1", "marine": "0.32.1", - "tools/cli": "0.19.1", - "tools/repl": "0.26.1", + "tools/cli": "0.19.2", + "tools/repl": "0.26.2", "marine-js": "0.9.1", "crates/js-backend": "0.3.2" } diff --git a/Cargo.lock b/Cargo.lock index cd756752..37f87c23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1665,7 +1665,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "marine" -version = "0.19.1" +version = "0.19.2" dependencies = [ "Inflector", "anyhow", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "mrepl" -version = "0.26.1" +version = "0.26.2" dependencies = [ "anyhow", "check-latest", diff --git a/tools/cli/CHANGELOG.md b/tools/cli/CHANGELOG.md index efaa1585..ea9b2752 100644 --- a/tools/cli/CHANGELOG.md +++ b/tools/cli/CHANGELOG.md @@ -12,6 +12,13 @@ * marine-it-parser bumped from 0.12.1 to 0.12.2 * marine-module-info-parser bumped from 0.6.1 to 0.6.2 +## [0.19.2](https://github.com/fluencelabs/marine/compare/marine-v0.19.1...marine-v0.19.2) (2024-01-10) + + +### Features + +* **cli, mrepl:** support windows in marine cli and mrepl ([#406](https://github.com/fluencelabs/marine/issues/406)) ([71d1fb1](https://github.com/fluencelabs/marine/commit/71d1fb16ca322f5e227989fe521b3cbc5acbdff3)) + ## [0.19.1](https://github.com/fluencelabs/marine/compare/marine-v0.19.0...marine-v0.19.1) (2024-01-07) diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index bc25a0b4..8e4e7f2b 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.1" +version = "0.19.2" 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 1e57f994..40faa9cb 100644 --- a/tools/repl/CHANGELOG.md +++ b/tools/repl/CHANGELOG.md @@ -26,6 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * fluence-app-service bumped from 0.25.3 to 0.26.0 * marine-wasm-backend-traits bumped from 0.2.1 to 0.3.0 +## [0.26.2](https://github.com/fluencelabs/marine/compare/mrepl-v0.26.1...mrepl-v0.26.2) (2024-01-10) + + +### Features + +* **cli, mrepl:** support windows in marine cli and mrepl ([#406](https://github.com/fluencelabs/marine/issues/406)) ([71d1fb1](https://github.com/fluencelabs/marine/commit/71d1fb16ca322f5e227989fe521b3cbc5acbdff3)) + ## [0.26.1](https://github.com/fluencelabs/marine/compare/mrepl-v0.26.0...mrepl-v0.26.1) (2024-01-07) diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index 4579ae09..9255ab2b 100644 --- a/tools/repl/Cargo.toml +++ b/tools/repl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mrepl" description = "Fluence Marine REPL intended for testing purposes" -version = "0.26.1" +version = "0.26.2" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0"