mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-12 06:21:28 +00:00
chore: release master (#319)
* chore: release master * chore: Bump marine-js version to 0.4.1
This commit is contained in:
@ -1,5 +1,19 @@
|
||||
# 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.0"
|
||||
version = "0.7.1"
|
||||
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.0" }
|
||||
marine-it-interfaces = { path = "../it-interfaces", version = "0.8.1" }
|
||||
|
||||
anyhow = "1.0.66"
|
||||
walrus = "0.19.0"
|
||||
|
Reference in New Issue
Block a user