mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-04 19:50:19 +00:00
chore: release master (#358)
* chore: release master * chore: Regenerate Cargo.lock * chore: Bump marine-js version to 0.7.1
This commit is contained in:
parent
71e138dce3
commit
ec7fcbc232
18
.github/release-please/manifest.json
vendored
18
.github/release-please/manifest.json
vendored
@ -1,19 +1,19 @@
|
||||
{
|
||||
"crates/fluence-app-service": "0.26.0",
|
||||
"crates/it-generator": "0.10.2",
|
||||
"crates/fluence-app-service": "0.27.0",
|
||||
"crates/it-generator": "0.11.0",
|
||||
"crates/it-interfaces": "0.8.1",
|
||||
"crates/it-json-serde": "0.4.1",
|
||||
"crates/it-parser": "0.12.2",
|
||||
"crates/it-parser": "0.13.0",
|
||||
"crates/min-it-version": "0.3.0",
|
||||
"crates/module-info-parser": "0.6.2",
|
||||
"crates/module-info-parser": "0.7.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.21.0",
|
||||
"marine": "0.27.0",
|
||||
"tools/cli": "0.14.2",
|
||||
"tools/repl": "0.21.4",
|
||||
"marine-js": "0.7.0",
|
||||
"core": "0.22.0",
|
||||
"marine": "0.28.0",
|
||||
"tools/cli": "0.15.0",
|
||||
"tools/repl": "0.22.0",
|
||||
"marine-js": "0.7.1",
|
||||
"crates/js-backend": "0.1.1"
|
||||
}
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2225,7 +2225,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "marine-js"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
dependencies = [
|
||||
"js-sys",
|
||||
"log",
|
||||
@ -2628,7 +2628,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mrepl"
|
||||
version = "0.21.4"
|
||||
version = "0.22.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"check-latest",
|
||||
|
@ -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.22.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.21.0...marine-core-v0.22.0) (2023-08-04)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357)) ([71e138d](https://github.com/fluencelabs/marine/commit/71e138dce31c2896bcd7b0657c3122c4b7f6402b))
|
||||
|
||||
## [0.21.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.20.3...marine-core-v0.21.0) (2023-07-25)
|
||||
|
||||
|
||||
|
@ -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.27.0](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.26.0...fluence-app-service-v0.27.0) (2023-08-04)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357)) ([71e138d](https://github.com/fluencelabs/marine/commit/71e138dce31c2896bcd7b0657c3122c4b7f6402b))
|
||||
|
||||
## [0.26.0](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.25.3...fluence-app-service-v0.26.0) (2023-07-25)
|
||||
|
||||
|
||||
|
@ -4,6 +4,17 @@
|
||||
* dependencies
|
||||
* marine-it-parser bumped from 0.12.1 to 0.12.2
|
||||
|
||||
## [0.11.0](https://github.com/fluencelabs/marine/compare/marine-it-generator-v0.10.2...marine-it-generator-v0.11.0) (2023-08-04)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357)) ([71e138d](https://github.com/fluencelabs/marine/commit/71e138dce31c2896bcd7b0657c3122c4b7f6402b))
|
||||
|
||||
## [0.10.1](https://github.com/fluencelabs/marine/compare/marine-it-generator-v0.10.0...marine-it-generator-v0.10.1) (2023-04-04)
|
||||
|
||||
|
||||
|
@ -4,6 +4,17 @@
|
||||
* dependencies
|
||||
* marine-wasm-backend-traits bumped from 0.2.1 to 0.3.0
|
||||
|
||||
## [0.13.0](https://github.com/fluencelabs/marine/compare/marine-it-parser-v0.12.2...marine-it-parser-v0.13.0) (2023-08-04)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357)) ([71e138d](https://github.com/fluencelabs/marine/commit/71e138dce31c2896bcd7b0657c3122c4b7f6402b))
|
||||
|
||||
## [0.12.1](https://github.com/fluencelabs/marine/compare/marine-it-parser-v0.12.0...marine-it-parser-v0.12.1) (2023-04-04)
|
||||
|
||||
|
||||
|
@ -8,6 +8,17 @@
|
||||
* dependencies
|
||||
* marine-wasm-backend-traits bumped from 0.2.1 to 0.3.0
|
||||
|
||||
## [0.7.0](https://github.com/fluencelabs/marine/compare/marine-module-info-parser-v0.6.2...marine-module-info-parser-v0.7.0) (2023-08-04)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357)) ([71e138d](https://github.com/fluencelabs/marine/commit/71e138dce31c2896bcd7b0657c3122c4b7f6402b))
|
||||
|
||||
## [0.6.0](https://github.com/fluencelabs/marine/compare/marine-module-info-parser-v0.5.1...marine-module-info-parser-v0.6.0) (2023-03-14)
|
||||
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
* marine-min-it-version bumped from 0.2.1 to 0.3.0
|
||||
* it-json-serde bumped from 0.3.5 to 0.4.0
|
||||
|
||||
|
||||
|
||||
## [0.7.0](https://github.com/fluencelabs/marine/compare/marine-js-v0.6.0...marine-js-v0.7.0) (2023-08-03)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "marine-js"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
edition = "2021"
|
||||
description = "Web version of the marine runtime"
|
||||
publish = false
|
||||
|
4
marine-js/npm-package/package-lock.json
generated
4
marine-js/npm-package/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@fluencelabs/marine-js",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@fluencelabs/marine-js",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"license": "Apache 2.0",
|
||||
"dependencies": {
|
||||
"@wasmer/wasi": "0.12.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fluencelabs/marine-js",
|
||||
"description": "Marine-js",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./types": {
|
||||
|
@ -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.28.0](https://github.com/fluencelabs/marine/compare/marine-runtime-v0.27.0...marine-runtime-v0.28.0) (2023-08-04)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357)) ([71e138d](https://github.com/fluencelabs/marine/commit/71e138dce31c2896bcd7b0657c3122c4b7f6402b))
|
||||
|
||||
## [0.27.0](https://github.com/fluencelabs/marine/compare/marine-runtime-v0.26.3...marine-runtime-v0.27.0) (2023-07-25)
|
||||
|
||||
|
||||
|
@ -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.15.0](https://github.com/fluencelabs/marine/compare/marine-v0.14.2...marine-v0.15.0) (2023-08-04)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357)) ([71e138d](https://github.com/fluencelabs/marine/commit/71e138dce31c2896bcd7b0657c3122c4b7f6402b))
|
||||
|
||||
## [0.14.0](https://github.com/fluencelabs/marine/compare/marine-v0.13.0...marine-v0.14.0) (2023-03-14)
|
||||
|
||||
|
||||
|
@ -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.22.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.21.4...mrepl-v0.22.0) (2023-08-04)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update versions to comply with semver ([#357](https://github.com/fluencelabs/marine/issues/357)) ([71e138d](https://github.com/fluencelabs/marine/commit/71e138dce31c2896bcd7b0657c3122c4b7f6402b))
|
||||
|
||||
## [0.21.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.20.0...mrepl-v0.21.0) (2023-03-14)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "mrepl"
|
||||
description = "Fluence Marine REPL intended for testing purposes"
|
||||
version = "0.21.4"
|
||||
version = "0.22.0"
|
||||
authors = ["Fluence Labs"]
|
||||
repository = "https://github.com/fluencelabs/marine/tools/repl"
|
||||
license = "Apache-2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user