mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-13 06:51:31 +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.2.2](https://github.com/fluencelabs/marine/compare/marine-wasmtime-backend-v0.2.1...marine-wasmtime-backend-v0.2.2) (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-wasm-backend-traits bumped from 0.2.0 to 0.2.1
|
||||
|
||||
## [0.2.1](https://github.com/fluencelabs/marine/compare/marine-wasmtime-backend-v0.2.0...marine-wasmtime-backend-v0.2.1) (2023-03-29)
|
||||
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "marine-wasmtime-backend"
|
||||
description = "Fluence Marine Wasm backend interface implementation for Wasmtime"
|
||||
version = "0.2.2"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
authors = ["Fluence Labs"]
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.2.1"}
|
||||
marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.2.0"}
|
||||
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
|
||||
it-memory-traits = "0.4.0"
|
||||
|
||||
|
Reference in New Issue
Block a user