Skip to content

Commit

Permalink
chore(master): release marine-rs-sdk-test 0.16.1 (#125)
Browse files Browse the repository at this point in the history
* chore(master): release marine-rs-sdk-test 0.16.1

* chore: Bump version to 0.16.1
  • Loading branch information
fluencebot authored Feb 29, 2024
1 parent 74cd694 commit d2d933d
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0"
".": "0.16.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.16.1](https://github.com/fluencelabs/marine-rs-sdk-test/compare/marine-rs-sdk-test-v0.16.0...marine-rs-sdk-test-v0.16.1) (2024-02-29)


### Bug Fixes

* **runtime:** use marine with mounted binaries for v3 fix ([#122](https://github.com/fluencelabs/marine-rs-sdk-test/issues/122)) ([4fc5932](https://github.com/fluencelabs/marine-rs-sdk-test/commit/4fc59325f6ddf8ecbdffbf565832547b266d7624))

## [0.16.0](https://github.com/fluencelabs/marine-rs-sdk-test/compare/marine-rs-sdk-test-v0.15.0...marine-rs-sdk-test-v0.16.0) (2024-02-22)


Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-rs-sdk-test"
version = "0.16.0"
version = "0.16.1"
description = "Backend SDK that allows testing modules for the Marine runtime"
documentation = "https://docs.rs/marine-rs-sdk-test"
repository = "https://github.com/fluencelabs/marine-rs-sdk-test"
Expand All @@ -21,8 +21,8 @@ doctest = false
trybuild = "1.0"

[dependencies]
marine-test-macro = { path = "crates/marine-test-macro", version = "=0.16.0" }
marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.16.0" }
marine-test-macro = { path = "crates/marine-test-macro", version = "=0.16.1" }
marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.16.1" }
fluence-app-service = { version = "0.35.1", features = ["raw-module-api"] }

serde = { version = "1.0.162", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/marine-build-rs-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-build-rs-generator"
version = "0.16.0"
version = "0.16.1"
edition = "2018"
description = "Tools for generating marine_test_env in build scripts"
documentation = "https://docs.rs/marine-build-rs-generator"
Expand All @@ -17,4 +17,4 @@ all-features = true
doctest = false

[dependencies]
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.0" }
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.1" }
2 changes: 1 addition & 1 deletion crates/marine-test-macro-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-test-macro-impl"
version = "0.16.0"
version = "0.16.1"
edition = "2018"
description = "Implementation of the `#[marine_test]` macro"
documentation = "https://docs.rs/fluence/marine-test-macro-impl"
Expand Down
4 changes: 2 additions & 2 deletions crates/marine-test-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-test-macro"
version = "0.16.0"
version = "0.16.1"
edition = "2018"
description = "Definition of the `#[marine_test]` macro"
documentation = "https://docs.rs/fluence/marine-test-macro"
Expand All @@ -18,7 +18,7 @@ proc-macro = true
doctest = false

[dependencies]
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.0" }
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.1" }

quote = "1.0.26"
proc-macro2 = "1.0.69"
Expand Down
2 changes: 1 addition & 1 deletion examples/build_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-rs-example"
version = "0.16.0"
version = "0.16.1"
authors = ["Fluence Labs"]
description = "The greeting module for the Fluence network"
repository = "https://github.com/fluencelabs/marine/tree/master/examples/build_rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multi-service-example"
version = "0.16.0"
version = "0.16.1"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/consumer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "consumer"
version = "0.16.0"
version = "0.16.1"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/producer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "producer"
version = "0.16.0"
version = "0.16.1"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/single-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "single-service-example"
version = "0.16.0"
version = "0.16.1"
authors = ["Fluence Labs"]
description = "The greeting module for the Fluence network"
repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting"
Expand Down

0 comments on commit d2d933d

Please sign in to comment.