Skip to content

Commit

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

* chore: Bump marine-js version to 0.9.1
  • Loading branch information
fluencebot authored Jan 9, 2024
1 parent ebb0bcb commit ea51c78
Show file tree
Hide file tree
Showing 37 changed files with 292 additions and 87 deletions.
34 changes: 17 additions & 17 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.31.0",
"crates/it-generator": "0.13.0",
"crates/it-interfaces": "0.9.0",
"crates/it-json-serde": "0.5.0",
"crates/it-parser": "0.15.0",
"crates/min-it-version": "0.3.1",
"crates/module-info-parser": "0.11.0",
"crates/module-interface": "0.8.0",
"crates/utils": "0.5.0",
"crates/wasm-backend-traits": "0.5.0",
"crates/wasmtime-backend": "0.5.0",
"core": "0.26.0",
"marine": "0.32.0",
"tools/cli": "0.19.0",
"tools/repl": "0.26.0",
"marine-js": "0.9.0",
"crates/js-backend": "0.3.1"
"crates/fluence-app-service": "0.31.1",
"crates/it-generator": "0.13.1",
"crates/it-interfaces": "0.9.1",
"crates/it-json-serde": "0.5.1",
"crates/it-parser": "0.15.1",
"crates/min-it-version": "0.3.2",
"crates/module-info-parser": "0.11.1",
"crates/module-interface": "0.8.1",
"crates/utils": "0.5.1",
"crates/wasm-backend-traits": "0.5.1",
"crates/wasmtime-backend": "0.5.1",
"core": "0.26.1",
"marine": "0.32.1",
"tools/cli": "0.19.1",
"tools/repl": "0.26.1",
"marine-js": "0.9.1",
"crates/js-backend": "0.3.2"
}
34 changes: 17 additions & 17 deletions Cargo.lock

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

22 changes: 22 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ 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.26.1](https://github.com/fluencelabs/marine/compare/marine-core-v0.26.0...marine-core-v0.26.1) (2024-01-07)


### Bug Fixes

* **docs:** add correct repository link for every published crate ([#403](https://github.com/fluencelabs/marine/issues/403)) ([ebb0bcb](https://github.com/fluencelabs/marine/commit/ebb0bcb1d15d37e8b5c10096ce42171a87abe0fa))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* marine-module-info-parser bumped from 0.11.0 to 0.11.1
* marine-it-interfaces bumped from 0.9.0 to 0.9.1
* marine-it-parser bumped from 0.15.0 to 0.15.1
* marine-it-generator bumped from 0.13.0 to 0.13.1
* marine-module-interface bumped from 0.8.0 to 0.8.1
* marine-utils bumped from 0.5.0 to 0.5.1
* marine-min-it-version bumped from 0.3.1 to 0.3.2
* marine-wasm-backend-traits bumped from 0.5.0 to 0.5.1
* marine-wasmtime-backend bumped from 0.5.0 to 0.5.1

## [0.26.0](https://github.com/fluencelabs/marine/compare/marine-core-v0.25.0...marine-core-v0.26.0) (2023-12-14)


Expand Down
20 changes: 10 additions & 10 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "marine-core"
description = "Core of Marine, the Fluence Wasm Runtime"
version = "0.26.0"
version = "0.26.1"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine"
license = "Apache-2.0"
Expand All @@ -12,15 +12,15 @@ name = "marine_core"
path = "src/lib.rs"

[dependencies]
marine-module-info-parser = { path = "../crates/module-info-parser", version = "0.11.0" }
marine-it-interfaces = { path = "../crates/it-interfaces", version = "0.9.0" }
marine-it-parser = { path = "../crates/it-parser", version = "0.15.0" }
marine-it-generator = { path = "../crates/it-generator", version = "0.13.0" }
marine-module-interface = { path = "../crates/module-interface", version = "0.8.0" }
marine-utils = { path = "../crates/utils", version = "0.5.0" }
marine-min-it-version = { path = "../crates/min-it-version", version = "0.3.1" }
marine-wasm-backend-traits = {path = "../crates/wasm-backend-traits", version = "0.5.0" }
marine-wasmtime-backend = { path = "../crates/wasmtime-backend", version = "0.5.0", optional = true}
marine-module-info-parser = { path = "../crates/module-info-parser", version = "0.11.1" }
marine-it-interfaces = { path = "../crates/it-interfaces", version = "0.9.1" }
marine-it-parser = { path = "../crates/it-parser", version = "0.15.1" }
marine-it-generator = { path = "../crates/it-generator", version = "0.13.1" }
marine-module-interface = { path = "../crates/module-interface", version = "0.8.1" }
marine-utils = { path = "../crates/utils", version = "0.5.1" }
marine-min-it-version = { path = "../crates/min-it-version", version = "0.3.2" }
marine-wasm-backend-traits = {path = "../crates/wasm-backend-traits", version = "0.5.1" }
marine-wasmtime-backend = { path = "../crates/wasmtime-backend", version = "0.5.1", optional = true}

wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
it-lilo = "0.6.0"
Expand Down
17 changes: 17 additions & 0 deletions crates/fluence-app-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@ 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.31.1](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.31.0...fluence-app-service-v0.31.1) (2024-01-07)


### Bug Fixes

* **docs:** add correct repository link for every published crate ([#403](https://github.com/fluencelabs/marine/issues/403)) ([ebb0bcb](https://github.com/fluencelabs/marine/commit/ebb0bcb1d15d37e8b5c10096ce42171a87abe0fa))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* marine-runtime bumped from 0.32.0 to 0.32.1
* marine-min-it-version bumped from 0.3.1 to 0.3.2
* marine-wasm-backend-traits bumped from 0.5.0 to 0.5.1
* marine-wasmtime-backend bumped from 0.5.0 to 0.5.1

## [0.31.0](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.30.0...fluence-app-service-v0.31.0) (2023-12-14)


Expand Down
10 changes: 5 additions & 5 deletions crates/fluence-app-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "fluence-app-service"
description = "Fluence Application Service"
version = "0.31.0"
version = "0.31.1"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine"
license = "Apache-2.0"
edition = "2021"

[dependencies]
marine-runtime = { path = "../../marine", version = "0.32.0" }
marine-min-it-version = { path = "../../crates/min-it-version", version = "0.3.1" }
marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.5.0" }
marine-wasmtime-backend = { path = "../wasmtime-backend", version = "0.5.0" }
marine-runtime = { path = "../../marine", version = "0.32.1" }
marine-min-it-version = { path = "../../crates/min-it-version", version = "0.3.2" }
marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.5.1" }
marine-wasmtime-backend = { path = "../wasmtime-backend", version = "0.5.1" }

maplit = "1.0.2"
log = "0.4.20"
Expand Down
14 changes: 14 additions & 0 deletions crates/it-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
* dependencies
* marine-it-parser bumped from 0.12.1 to 0.12.2

## [0.13.1](https://github.com/fluencelabs/marine/compare/marine-it-generator-v0.13.0...marine-it-generator-v0.13.1) (2024-01-07)


### Bug Fixes

* **docs:** add correct repository link for every published crate ([#403](https://github.com/fluencelabs/marine/issues/403)) ([ebb0bcb](https://github.com/fluencelabs/marine/commit/ebb0bcb1d15d37e8b5c10096ce42171a87abe0fa))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* marine-it-parser bumped from 0.15.0 to 0.15.1

## [0.13.0](https://github.com/fluencelabs/marine/compare/marine-it-generator-v0.12.0...marine-it-generator-v0.13.0) (2023-12-14)


Expand Down
4 changes: 2 additions & 2 deletions crates/it-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "marine-it-generator"
description = "Fluence Marine interface types generator"
version = "0.13.0"
version = "0.13.1"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ name = "marine_it_generator"
path = "src/lib.rs"

[dependencies]
marine-it-parser = { path = "../it-parser", version = "0.15.0" }
marine-it-parser = { path = "../it-parser", version = "0.15.1" }
marine-macro-impl = "0.7.1"

wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
Expand Down
7 changes: 7 additions & 0 deletions crates/it-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.1](https://github.com/fluencelabs/marine/compare/marine-it-interfaces-v0.9.0...marine-it-interfaces-v0.9.1) (2024-01-07)


### Bug Fixes

* **docs:** add correct repository link for every published crate ([#403](https://github.com/fluencelabs/marine/issues/403)) ([ebb0bcb](https://github.com/fluencelabs/marine/commit/ebb0bcb1d15d37e8b5c10096ce42171a87abe0fa))

## [0.9.0](https://github.com/fluencelabs/marine/compare/marine-it-interfaces-v0.8.1...marine-it-interfaces-v0.9.0) (2023-11-07)


Expand Down
2 changes: 1 addition & 1 deletion crates/it-interfaces/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "marine-it-interfaces"
description = "Fluence Marine interface types helper crate"
version = "0.9.0"
version = "0.9.1"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine"
license = "Apache-2.0"
Expand Down
7 changes: 7 additions & 0 deletions crates/it-json-serde/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.1](https://github.com/fluencelabs/marine/compare/it-json-serde-v0.5.0...it-json-serde-v0.5.1) (2024-01-07)


### Bug Fixes

* **docs:** add correct repository link for every published crate ([#403](https://github.com/fluencelabs/marine/issues/403)) ([ebb0bcb](https://github.com/fluencelabs/marine/commit/ebb0bcb1d15d37e8b5c10096ce42171a87abe0fa))

## [0.5.0](https://github.com/fluencelabs/marine/compare/it-json-serde-v0.4.1...it-json-serde-v0.5.0) (2023-11-07)


Expand Down
2 changes: 1 addition & 1 deletion crates/it-json-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "it-json-serde"
description = "Fluence Marine interface-types serde tools"
version = "0.5.0"
version = "0.5.1"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine"
license = "Apache-2.0"
Expand Down
Loading

0 comments on commit ea51c78

Please sign in to comment.