mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 13:30:50 +00:00
chore: release master (#435)
This commit is contained in:
parent
0bb178a1a4
commit
cc6d2a7e04
2
.github/release-please/manifest.json
vendored
2
.github/release-please/manifest.json
vendored
@ -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
2
Cargo.lock
generated
@ -1724,7 +1724,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
||||
|
||||
[[package]]
|
||||
name = "marine"
|
||||
version = "0.20.0"
|
||||
version = "0.20.1"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"anyhow",
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user