From bfdffee69c96d521a72a2f121c77ce6fb38ac281 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:01:03 +0200 Subject: [PATCH] chore: release master (#154) --- .github/release-please/manifest.json | 8 ++++---- Cargo.lock | 6 +++--- aqua/CHANGELOG.md | 12 ++++++++++++ aqua/package-lock.json | 4 ++-- aqua/package.json | 2 +- distro/CHANGELOG.md | 7 +++++++ distro/Cargo.toml | 2 +- service/CHANGELOG.md | 14 ++++++++++++++ service/Cargo.toml | 4 ++-- trust-graph/CHANGELOG.md | 7 +++++++ trust-graph/Cargo.toml | 2 +- 11 files changed, 54 insertions(+), 14 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index a8589a5..e7ba8fa 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - "trust-graph": "0.4.9", - "aqua": "0.4.9", - "service": "0.4.9", + "trust-graph": "0.4.10", + "aqua": "0.4.10", + "service": "0.4.10", "keypair": "0.10.4", - "distro": "0.4.9" + "distro": "0.4.10" } diff --git a/Cargo.lock b/Cargo.lock index fefa8ec..5c95dd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3019,7 +3019,7 @@ dependencies = [ [[package]] name = "trust-graph" -version = "0.4.9" +version = "0.4.10" dependencies = [ "bs58 0.4.0", "derivative", @@ -3036,7 +3036,7 @@ dependencies = [ [[package]] name = "trust-graph-distro" -version = "0.4.9" +version = "0.4.10" dependencies = [ "built", "lazy_static", @@ -3047,7 +3047,7 @@ dependencies = [ [[package]] name = "trust-graph-wasm" -version = "0.4.9" +version = "0.4.10" dependencies = [ "anyhow", "bincode", diff --git a/aqua/CHANGELOG.md b/aqua/CHANGELOG.md index c038049..3b0843e 100644 --- a/aqua/CHANGELOG.md +++ b/aqua/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.9...trust-graph-api-v0.4.10) (2024-01-03) + + +### Features + +* **trust-graph:** Update aqua code ([#141](https://github.com/fluencelabs/trust-graph/issues/141)) ([175e51d](https://github.com/fluencelabs/trust-graph/commit/175e51d5db4d90dc6d884ce3113d68494da334a2)) + + +### Bug Fixes + +* **trust-graph:** Revert release 0.4.10 ([#153](https://github.com/fluencelabs/trust-graph/issues/153)) ([b263ce1](https://github.com/fluencelabs/trust-graph/commit/b263ce1fb13b937b629608ede35b6f436023dcac)) + ## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.8...trust-graph-api-v0.4.9) (2023-12-28) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index 4a6de29..659dd2f 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.9", + "version": "0.4.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluencelabs/trust-graph", - "version": "0.4.9", + "version": "0.4.10", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "^0.9.0" diff --git a/aqua/package.json b/aqua/package.json index 099c990..65bfb58 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.9", + "version": "0.4.10", "description": "Aqua Trust Graph API library", "files": [ "*.aqua" diff --git a/distro/CHANGELOG.md b/distro/CHANGELOG.md index 3bb2168..f1dec77 100644 --- a/distro/CHANGELOG.md +++ b/distro/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.9...distro-v0.4.10) (2024-01-03) + + +### Bug Fixes + +* **trust-graph:** Revert release 0.4.10 ([#153](https://github.com/fluencelabs/trust-graph/issues/153)) ([b263ce1](https://github.com/fluencelabs/trust-graph/commit/b263ce1fb13b937b629608ede35b6f436023dcac)) + ## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.8...distro-v0.4.9) (2023-12-28) diff --git a/distro/Cargo.toml b/distro/Cargo.toml index 65213e7..f994795 100644 --- a/distro/Cargo.toml +++ b/distro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-distro" -version = "0.4.9" +version = "0.4.10" edition = "2021" build = "build.rs" license = "Apache-2.0" diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 8113a2d..cca9740 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * trust-graph bumped from 0.4.1 to 0.4.2 * fluence-keypair bumped from 0.10.0 to 0.10.1 +## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.9...trust-graph-wasm-v0.4.10) (2024-01-03) + + +### Bug Fixes + +* **trust-graph:** Revert release 0.4.10 ([#153](https://github.com/fluencelabs/trust-graph/issues/153)) ([b263ce1](https://github.com/fluencelabs/trust-graph/commit/b263ce1fb13b937b629608ede35b6f436023dcac)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * trust-graph bumped from 0.4.9 to 0.4.10 + ## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.8...trust-graph-wasm-v0.4.9) (2023-12-28) diff --git a/service/Cargo.toml b/service/Cargo.toml index 0798d2d..032abb7 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-wasm" -version = "0.4.9" +version = "0.4.10" authors = ["Fluence Labs"] edition = "2021" description = "trust graph wasm" @@ -12,7 +12,7 @@ name = "trust-graph" path = "src/main.rs" [dependencies] -trust-graph = { version = "0.4.9", path = "../trust-graph" } +trust-graph = { version = "0.4.10", path = "../trust-graph" } fluence-keypair = { version = "0.10.4", path = "../keypair" } marine-rs-sdk = { version = "0.10.2", features = ["logger"] } marine-sqlite-connector = "0.9.2" diff --git a/trust-graph/CHANGELOG.md b/trust-graph/CHANGELOG.md index 988e67c..6c646bd 100644 --- a/trust-graph/CHANGELOG.md +++ b/trust-graph/CHANGELOG.md @@ -4,6 +4,13 @@ * dependencies * fluence-keypair bumped from 0.10.0 to 0.10.1 +## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.9...trust-graph-v0.4.10) (2024-01-03) + + +### Bug Fixes + +* **trust-graph:** Revert release 0.4.10 ([#153](https://github.com/fluencelabs/trust-graph/issues/153)) ([b263ce1](https://github.com/fluencelabs/trust-graph/commit/b263ce1fb13b937b629608ede35b6f436023dcac)) + ## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.8...trust-graph-v0.4.9) (2023-12-28) diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index 9adccd0..a1301da 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph" -version = "0.4.9" +version = "0.4.10" authors = ["Fluence Labs"] edition = "2021" description = "trust graph"