chore: release master (#435)

This commit is contained in:
fluencebot 2024-06-05 16:09:27 +03:00 committed by GitHub
parent 0bb178a1a4
commit cc6d2a7e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View File

@ -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"

2
Cargo.lock generated
View File

@ -1724,7 +1724,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "marine"
version = "0.20.0"
version = "0.20.1"
dependencies = [
"Inflector",
"anyhow",

View File

@ -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)

View File

@ -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"