mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-28 22:21:38 +00:00
chore: Release fixes (#318)
* Revert "chore: release master (#317)"
This reverts commit 26ab445b59
.
* Update
* Fix
This commit is contained in:
committed by
GitHub
parent
26ab445b59
commit
27e8658e77
@ -1,21 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## [0.12.1](https://github.com/fluencelabs/marine/compare/marine-it-parser-v0.12.0...marine-it-parser-v0.12.1) (2023-04-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **release-please:** Get rid of workspace.dependencies ([#316](https://github.com/fluencelabs/marine/issues/316)) ([71835e6](https://github.com/fluencelabs/marine/commit/71835e6762515a83cde1cc944d60352a4c1221f5))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* marine-it-interfaces bumped from 0.8.0 to 0.8.1
|
||||
* marine-module-interface bumped from 0.7.0 to 0.7.1
|
||||
* marine-wasm-backend-traits bumped from 0.2.0 to 0.2.1
|
||||
|
||||
## [0.12.0](https://github.com/fluencelabs/marine/compare/marine-it-parser-v0.11.1...marine-it-parser-v0.12.0) (2023-03-14)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "marine-it-parser"
|
||||
description = "Fluence Marine interface types parser"
|
||||
version = "0.12.1"
|
||||
version = "0.12.0"
|
||||
authors = ["Fluence Labs"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2021"
|
||||
@ -11,9 +11,9 @@ name = "marine_it_parser"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
marine-it-interfaces = { path = "../it-interfaces", version = "0.8.1" }
|
||||
marine-module-interface = { path = "../module-interface", version = "0.7.1" }
|
||||
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.2.1"}
|
||||
marine-it-interfaces = { path = "../it-interfaces", version = "0.8.0" }
|
||||
marine-module-interface = { path = "../module-interface", version = "0.7.0" }
|
||||
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.2.0"}
|
||||
|
||||
anyhow = "1.0.66"
|
||||
walrus = "0.19.0"
|
||||
|
Reference in New Issue
Block a user