diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 3da1fba..4108d7f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,6 +1,6 @@ { - "trust-graph": "0.4.4", - "aqua": "0.4.4", - "service": "0.4.4", + "trust-graph": "0.4.5", + "aqua": "0.4.5", + "service": "0.4.5", "keypair": "0.10.1" } diff --git a/Cargo.lock b/Cargo.lock index 650c692..cabbe1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2897,7 +2897,7 @@ dependencies = [ [[package]] name = "trust-graph" -version = "0.4.4" +version = "0.4.5" dependencies = [ "bs58", "derivative", @@ -2914,7 +2914,7 @@ dependencies = [ [[package]] name = "trust-graph-wasm" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "bincode", diff --git a/aqua/CHANGELOG.md b/aqua/CHANGELOG.md index 938a7a2..6ba3c88 100644 --- a/aqua/CHANGELOG.md +++ b/aqua/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.4...trust-graph-api-v0.4.5) (2023-05-09) + + +### Miscellaneous Chores + +* **trust-graph-api:** Synchronize trust-graph, wasm and api versions + ## [0.4.4](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.3...trust-graph-api-v0.4.4) (2023-05-09) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index 866fd6d..13639a1 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.4", + "version": "0.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluencelabs/trust-graph", - "version": "0.4.4", + "version": "0.4.5", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "^0.7.0" diff --git a/aqua/package.json b/aqua/package.json index c4b0e74..5921df9 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.4", + "version": "0.4.5", "description": "Aqua Trust Graph API library", "files": [ "*.aqua" diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 9c2e6c2..ecddb5c 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.5](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.4...trust-graph-wasm-v0.4.5) (2023-05-09) + + +### Miscellaneous Chores + +* **trust-graph-wasm:** Synchronize trust-graph, wasm and api versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * trust-graph bumped from 0.4.4 to 0.4.5 + ## [0.4.4](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.3...trust-graph-wasm-v0.4.4) (2023-05-09) diff --git a/service/Cargo.toml b/service/Cargo.toml index 721ceeb..f5f0931 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-wasm" -version = "0.4.4" +version = "0.4.5" 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.4", path = "../trust-graph" } +trust-graph = { version = "0.4.5", path = "../trust-graph" } fluence-keypair = { version = "0.10.1", path = "../keypair" } marine-rs-sdk = { version = "0.7.1", features = ["logger"] } marine-sqlite-connector = "0.8.0" diff --git a/trust-graph/CHANGELOG.md b/trust-graph/CHANGELOG.md index a854772..c931a6b 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.5](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.4...trust-graph-v0.4.5) (2023-05-09) + + +### Features + +* dummy to trigger release ([#101](https://github.com/fluencelabs/trust-graph/issues/101)) ([1a26a68](https://github.com/fluencelabs/trust-graph/commit/1a26a6809ea9a90ca8ff3829a76257779a8767d5)) + ## [0.4.4](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.3...trust-graph-v0.4.4) (2023-05-09) diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index 8ff641e..22241a7 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph" -version = "0.4.4" +version = "0.4.5" authors = ["Fluence Labs"] edition = "2021" description = "trust graph"