mirror of
https://github.com/fluencelabs/marine.git
synced 2025-07-31 22:11:57 +00:00
chore: release master (#292)
* chore: release master * chore: Bump marine-js version to 0.3.4 * update marine-js and lockfile --------- Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
This commit is contained in:
19
crates/module-interface/CHANGELOG.md
Normal file
19
crates/module-interface/CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [0.7.0](https://github.com/fluencelabs/marine/compare/marine-module-interface-v0.6.1...marine-module-interface-v0.7.0) (2023-03-14)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* decouple wasmer from Marine, replace it with generic backend interface ([#219](https://github.com/fluencelabs/marine/issues/219))
|
||||
|
||||
### Features
|
||||
|
||||
* decouple wasmer from Marine, replace it with generic backend interface ([#219](https://github.com/fluencelabs/marine/issues/219)) ([d3a773d](https://github.com/fluencelabs/marine/commit/d3a773df4f7ec80ab8146f68922802a4b9a450d0))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* marine-it-interfaces bumped from 0.7.3 to 0.8.0
|
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "marine-module-interface"
|
||||
description = "Fluence Marine module interface"
|
||||
version = "0.6.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.7.3" }
|
||||
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