Skip to content

Commit

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

* chore: Bump version to 0.13.0
  • Loading branch information
fluencebot authored Feb 13, 2024
1 parent 3d0b62b commit 891c738
Show file tree
Hide file tree
Showing 12 changed files with 34 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.12.1"
".": "0.13.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.13.0](https://github.com/fluencelabs/marine-rs-sdk-test/compare/marine-rs-sdk-test-v0.12.1...marine-rs-sdk-test-v0.13.0) (2024-02-13)


### ⚠ BREAKING CHANGES

* update marine-rs-sdk to 0.12.0 and marine, support worker_id in CallParameters ([#113](https://github.com/fluencelabs/marine-rs-sdk-test/issues/113))

### Features

* update marine-rs-sdk to 0.12.0 and marine, support worker_id in CallParameters ([#113](https://github.com/fluencelabs/marine-rs-sdk-test/issues/113)) ([3d0b62b](https://github.com/fluencelabs/marine-rs-sdk-test/commit/3d0b62bc93e2484dc6b1f33c2fa3a2acc66932f6))

## [0.12.1](https://github.com/fluencelabs/marine-rs-sdk-test/compare/marine-rs-sdk-test-v0.12.0...marine-rs-sdk-test-v0.12.1) (2023-12-20)


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.12.1"
version = "0.13.0"
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.12.1" }
marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.12.1" }
marine-test-macro = { path = "crates/marine-test-macro", version = "=0.13.0" }
marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.13.0" }
fluence-app-service = { version = "0.32.0", 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.12.1"
version = "0.13.0"
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.12.1" }
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.13.0" }
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.12.1"
version = "0.13.0"
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.12.1"
version = "0.13.0"
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.12.1" }
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.13.0" }

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.12.1"
version = "0.13.0"
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.12.1"
version = "0.13.0"
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.12.1"
version = "0.13.0"
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.12.1"
version = "0.13.0"
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.12.1"
version = "0.13.0"
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 891c738

Please sign in to comment.