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:
fluencebot
2023-03-15 00:30:12 +02:00
committed by GitHub
parent 90113e5704
commit f7ecddafd5
37 changed files with 486 additions and 203 deletions

View 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

View File

@@ -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"