chore: release master (#369)

* chore: release master

* chore: Bump marine-js version to 0.7.4
This commit is contained in:
fluencebot 2023-09-13 22:41:30 +03:00 committed by GitHub
parent 036c3348e3
commit 040071c5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 86 additions and 16 deletions

View File

@ -1,19 +1,19 @@
{
"crates/fluence-app-service": "0.28.0",
"crates/fluence-app-service": "0.29.0",
"crates/it-generator": "0.11.0",
"crates/it-interfaces": "0.8.1",
"crates/it-json-serde": "0.4.1",
"crates/it-parser": "0.13.0",
"crates/min-it-version": "0.3.0",
"crates/module-info-parser": "0.8.0",
"crates/module-info-parser": "0.9.0",
"crates/module-interface": "0.7.1",
"crates/utils": "0.5.0",
"crates/wasm-backend-traits": "0.3.0",
"crates/wasmtime-backend": "0.3.0",
"core": "0.23.0",
"marine": "0.29.0",
"tools/cli": "0.16.0",
"tools/repl": "0.23.0",
"marine-js": "0.7.3",
"core": "0.24.0",
"marine": "0.30.0",
"tools/cli": "0.17.0",
"tools/repl": "0.24.0",
"marine-js": "0.7.4",
"crates/js-backend": "0.1.1"
}

6
Cargo.lock generated
View File

@ -1733,7 +1733,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "marine"
version = "0.16.0"
version = "0.17.0"
dependencies = [
"Inflector",
"anyhow",
@ -1841,7 +1841,7 @@ dependencies = [
[[package]]
name = "marine-js"
version = "0.7.3"
version = "0.7.4"
dependencies = [
"js-sys",
"log",
@ -2182,7 +2182,7 @@ dependencies = [
[[package]]
name = "mrepl"
version = "0.23.0"
version = "0.24.0"
dependencies = [
"anyhow",
"check-latest",

View File

@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* dependencies
* marine-wasmtime-backend bumped from 0.2.0 to 0.2.1
## [0.24.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.23.0...marine-core-v0.24.0) (2023-09-13)
### ⚠ BREAKING CHANGES
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364))
### Features
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364)) ([036c334](https://github.com/fluencelabs/marine/commit/036c3348e3361e3a39eb79fb16641ef4bbff1f6c))
## [0.23.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.22.0...marine-core-v0.23.0) (2023-08-09)

View File

@ -23,6 +23,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* marine-wasm-backend-traits bumped from 0.2.0 to 0.2.1
* marine-wasmtime-backend bumped from 0.2.1 to 0.2.2
## [0.29.0](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.28.0...fluence-app-service-v0.29.0) (2023-09-13)
### ⚠ BREAKING CHANGES
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364))
### Features
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364)) ([036c334](https://github.com/fluencelabs/marine/commit/036c3348e3361e3a39eb79fb16641ef4bbff1f6c))
## [0.28.0](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.27.0...fluence-app-service-v0.28.0) (2023-08-09)

View File

@ -8,6 +8,19 @@
* dependencies
* marine-wasm-backend-traits bumped from 0.2.1 to 0.3.0
## [0.9.0](https://github.com/fluencelabs/marine/compare/marine-module-info-parser-v0.8.0...marine-module-info-parser-v0.9.0) (2023-09-13)
### ⚠ BREAKING CHANGES
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364))
### Features
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364)) ([036c334](https://github.com/fluencelabs/marine/commit/036c3348e3361e3a39eb79fb16641ef4bbff1f6c))
* **modile-info-parser:** implement PartialEq for ManifestError ([854397a](https://github.com/fluencelabs/marine/commit/854397a6c35753666ac696f4f948b9a2af121694))
* **module-info-parser:** implement PartialEq for ManifestError ([#368](https://github.com/fluencelabs/marine/issues/368)) ([854397a](https://github.com/fluencelabs/marine/commit/854397a6c35753666ac696f4f948b9a2af121694))
## [0.8.0](https://github.com/fluencelabs/marine/compare/marine-module-info-parser-v0.7.0...marine-module-info-parser-v0.8.0) (2023-08-09)

View File

@ -12,6 +12,8 @@
## [0.7.2](https://github.com/fluencelabs/marine/compare/marine-js-v0.7.1...marine-js-v0.7.2) (2023-08-04)

View File

@ -1,6 +1,6 @@
[package]
name = "marine-js"
version = "0.7.3"
version = "0.7.4"
edition = "2021"
description = "Web version of the marine runtime"
publish = false

View File

@ -1,12 +1,12 @@
{
"name": "@fluencelabs/marine-js",
"version": "0.7.3",
"version": "0.7.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@fluencelabs/marine-js",
"version": "0.7.3",
"version": "0.7.4",
"license": "Apache 2.0",
"dependencies": {
"@wasmer/wasi": "0.12.0",

View File

@ -1,7 +1,7 @@
{
"name": "@fluencelabs/marine-js",
"description": "Marine-js",
"version": "0.7.3",
"version": "0.7.4",
"exports": {
".": "./dist/index.js",
"./types": {

View File

@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* marine-core bumped from 0.20.1 to 0.20.2
* marine-wasmtime-backend bumped from 0.2.0 to 0.2.1
## [0.30.0](https://github.com/fluencelabs/marine/compare/marine-runtime-v0.29.0...marine-runtime-v0.30.0) (2023-09-13)
### ⚠ BREAKING CHANGES
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364))
### Features
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364)) ([036c334](https://github.com/fluencelabs/marine/commit/036c3348e3361e3a39eb79fb16641ef4bbff1f6c))
## [0.29.0](https://github.com/fluencelabs/marine/compare/marine-runtime-v0.28.0...marine-runtime-v0.29.0) (2023-08-09)

View File

@ -12,6 +12,17 @@
* marine-it-parser bumped from 0.12.1 to 0.12.2
* marine-module-info-parser bumped from 0.6.1 to 0.6.2
## [0.17.0](https://github.com/fluencelabs/marine/compare/marine-v0.16.0...marine-v0.17.0) (2023-09-13)
### ⚠ BREAKING CHANGES
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364))
### Features
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364)) ([036c334](https://github.com/fluencelabs/marine/commit/036c3348e3361e3a39eb79fb16641ef4bbff1f6c))
## [0.16.0](https://github.com/fluencelabs/marine/compare/marine-v0.15.0...marine-v0.16.0) (2023-08-09)

View File

@ -1,7 +1,7 @@
[package]
name = "marine"
description = "Fluence Marine command line tool"
version = "0.16.0"
version = "0.17.0"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine/tools/cli"
license = "Apache-2.0"

View File

@ -26,6 +26,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* fluence-app-service bumped from 0.25.3 to 0.26.0
* marine-wasm-backend-traits bumped from 0.2.1 to 0.3.0
## [0.24.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.23.0...mrepl-v0.24.0) (2023-09-13)
### ⚠ BREAKING CHANGES
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364))
### Features
* **deps:** update marine-rs-sdk-to 0.10.0 ([#364](https://github.com/fluencelabs/marine/issues/364)) ([036c334](https://github.com/fluencelabs/marine/commit/036c3348e3361e3a39eb79fb16641ef4bbff1f6c))
## [0.23.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.22.0...mrepl-v0.23.0) (2023-08-09)

View File

@ -1,7 +1,7 @@
[package]
name = "mrepl"
description = "Fluence Marine REPL intended for testing purposes"
version = "0.23.0"
version = "0.24.0"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine/tools/repl"
license = "Apache-2.0"