mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-13 23:11:39 +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,19 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## [0.7.1](https://github.com/fluencelabs/marine/compare/marine-module-interface-v0.7.0...marine-module-interface-v0.7.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
|
||||
|
||||
## [0.7.0](https://github.com/fluencelabs/marine/compare/marine-module-interface-v0.6.1...marine-module-interface-v0.7.0) (2023-03-14)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "marine-module-interface"
|
||||
description = "Fluence Marine module interface"
|
||||
version = "0.7.1"
|
||||
version = "0.7.0"
|
||||
authors = ["Fluence Labs"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2021"
|
||||
@ -11,7 +11,7 @@ name = "marine_module_interface"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
marine-it-interfaces = { path = "../it-interfaces", version = "0.8.1" }
|
||||
marine-it-interfaces = { path = "../it-interfaces", version = "0.8.0" }
|
||||
|
||||
anyhow = "1.0.66"
|
||||
walrus = "0.19.0"
|
||||
|
Reference in New Issue
Block a user