Skip to content

Commit

Permalink
chore: release master (#369)
Browse files Browse the repository at this point in the history
* chore: release master

* chore: Bump marine-js version to 0.7.4
  • Loading branch information
fluencebot authored Sep 13, 2023
1 parent 036c334 commit 040071c
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
11 changes: 11 additions & 0 deletions crates/fluence-app-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
13 changes: 13 additions & 0 deletions crates/module-info-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 2 additions & 0 deletions marine-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion marine-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions marine-js/npm-package/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion marine-js/npm-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluencelabs/marine-js",
"description": "Marine-js",
"version": "0.7.3",
"version": "0.7.4",
"exports": {
".": "./dist/index.js",
"./types": {
Expand Down
11 changes: 11 additions & 0 deletions marine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
11 changes: 11 additions & 0 deletions tools/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions tools/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion tools/repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 040071c

Please sign in to comment.