diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 893ff55..a8589a5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - "trust-graph": "0.4.8", - "aqua": "0.4.8", - "service": "0.4.8", + "trust-graph": "0.4.9", + "aqua": "0.4.9", + "service": "0.4.9", "keypair": "0.10.4", - "distro": "0.4.8" + "distro": "0.4.9" } diff --git a/Cargo.lock b/Cargo.lock index d4cf5c6..fefa8ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3019,7 +3019,7 @@ dependencies = [ [[package]] name = "trust-graph" -version = "0.4.8" +version = "0.4.9" dependencies = [ "bs58 0.4.0", "derivative", @@ -3036,7 +3036,7 @@ dependencies = [ [[package]] name = "trust-graph-distro" -version = "0.4.8" +version = "0.4.9" dependencies = [ "built", "lazy_static", @@ -3047,7 +3047,7 @@ dependencies = [ [[package]] name = "trust-graph-wasm" -version = "0.4.8" +version = "0.4.9" dependencies = [ "anyhow", "bincode", diff --git a/aqua/CHANGELOG.md b/aqua/CHANGELOG.md index 9ae08ae..c038049 100644 --- a/aqua/CHANGELOG.md +++ b/aqua/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **trust-graph-api:** Synchronize trust-graph, wasm and api versions + ## [0.4.8](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.7...trust-graph-api-v0.4.8) (2023-12-20) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index d4f1f83..b25f098 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.8", + "version": "0.4.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluencelabs/trust-graph", - "version": "0.4.8", + "version": "0.4.9", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "^0.7.0" diff --git a/aqua/package.json b/aqua/package.json index 9d98f00..40c18fe 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.8", + "version": "0.4.9", "description": "Aqua Trust Graph API library", "files": [ "*.aqua" diff --git a/distro/CHANGELOG.md b/distro/CHANGELOG.md index bf7067c..3bb2168 100644 --- a/distro/CHANGELOG.md +++ b/distro/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.8...distro-v0.4.9) (2023-12-28) + + +### Bug Fixes + +* **deps:** update sqlite wasm ([#135](https://github.com/fluencelabs/trust-graph/issues/135)) ([c59451d](https://github.com/fluencelabs/trust-graph/commit/c59451de04ba79152fa8d600a7b456ab24766dd0)) + ## [0.4.8](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.7...distro-v0.4.8) (2023-12-20) diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 28157ff..8113a2d 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.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.8...trust-graph-wasm-v0.4.9) (2023-12-28) + + +### Bug Fixes + +* **deps:** update sqlite wasm ([#135](https://github.com/fluencelabs/trust-graph/issues/135)) ([c59451d](https://github.com/fluencelabs/trust-graph/commit/c59451de04ba79152fa8d600a7b456ab24766dd0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * trust-graph bumped from 0.4.8 to 0.4.9 + ## [0.4.8](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.7...trust-graph-wasm-v0.4.8) (2023-12-20) diff --git a/service/Cargo.toml b/service/Cargo.toml index 8f7441c..0798d2d 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-wasm" -version = "0.4.8" +version = "0.4.9" 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.8", path = "../trust-graph" } +trust-graph = { version = "0.4.9", 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 1c91093..988e67c 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.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.8...trust-graph-v0.4.9) (2023-12-28) + + +### Miscellaneous Chores + +* **trust-graph:** Synchronize trust-graph, wasm and api versions + ## [0.4.8](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.7...trust-graph-v0.4.8) (2023-12-20) diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index ab8b776..9adccd0 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph" -version = "0.4.8" +version = "0.4.9" authors = ["Fluence Labs"] edition = "2021" description = "trust graph"