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

Commit cc6d2a7

Browse files
authored
chore: release master (#435)
1 parent 0bb178a commit cc6d2a7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"crates/wasmtime-backend": "0.7.0",
1313
"core": "0.31.0",
1414
"marine": "0.37.0",
15-
"tools/cli": "0.20.0",
15+
"tools/cli": "0.20.1",
1616
"tools/repl": "0.31.0",
1717
"marine-js": "0.14.0",
1818
"crates/js-backend": "0.4.1"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
* marine-it-parser bumped from 0.15.1 to 0.15.2
3838
* marine-module-info-parser bumped from 0.14.0 to 0.14.1
3939

40+
## [0.20.1](https://github.com/fluencelabs/marine/compare/marine-v0.20.0...marine-v0.20.1) (2024-06-05)
41+
42+
43+
### Features
44+
45+
* **cli:** improve error reporting when cannot run cargo ([#434](https://github.com/fluencelabs/marine/issues/434)) ([0bb178a](https://github.com/fluencelabs/marine/commit/0bb178a1a4726bed2502721e26f8d3076d17150c))
46+
4047
## [0.20.0](https://github.com/fluencelabs/marine/compare/marine-v0.19.7...marine-v0.20.0) (2024-04-10)
4148

4249

tools/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "marine"
33
description = "Fluence Marine command line tool"
4-
version = "0.20.0"
4+
version = "0.20.1"
55
authors = ["Fluence Labs"]
66
repository = "https://github.com/fluencelabs/marine"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)