diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index be9c3cb0..1b256cc9 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -12,7 +12,7 @@ "crates/wasmtime-backend": "0.7.0", "core": "0.31.0", "marine": "0.37.0", - "tools/cli": "0.20.0", + "tools/cli": "0.20.1", "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 c33abb1d..3d1e406c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,7 +1724,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "marine" -version = "0.20.0" +version = "0.20.1" dependencies = [ "Inflector", "anyhow", diff --git a/tools/cli/CHANGELOG.md b/tools/cli/CHANGELOG.md index 7b7df706..ebf0f412 100644 --- a/tools/cli/CHANGELOG.md +++ b/tools/cli/CHANGELOG.md @@ -37,6 +37,13 @@ * 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.1](https://github.com/fluencelabs/marine/compare/marine-v0.20.0...marine-v0.20.1) (2024-06-05) + + +### Features + +* **cli:** improve error reporting when cannot run cargo ([#434](https://github.com/fluencelabs/marine/issues/434)) ([0bb178a](https://github.com/fluencelabs/marine/commit/0bb178a1a4726bed2502721e26f8d3076d17150c)) + ## [0.20.0](https://github.com/fluencelabs/marine/compare/marine-v0.19.7...marine-v0.20.0) (2024-04-10) diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 6ebf7c6f..7a8d6978 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.20.0" +version = "0.20.1" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0"