From 106bff637e939d44d18a75a64d26f6251cafab87 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:42:20 +0200 Subject: [PATCH] chore: release master (#128) --- .github/release-please/manifest.json | 10 +++++----- Cargo.lock | 8 ++++---- aqua/CHANGELOG.md | 7 +++++++ aqua/package-lock.json | 4 ++-- aqua/package.json | 2 +- distro/CHANGELOG.md | 7 +++++++ distro/Cargo.toml | 2 +- keypair/CHANGELOG.md | 8 ++++++++ keypair/Cargo.toml | 2 +- service/CHANGELOG.md | 15 +++++++++++++++ service/Cargo.toml | 6 +++--- trust-graph/CHANGELOG.md | 14 ++++++++++++++ trust-graph/Cargo.toml | 4 ++-- 13 files changed, 70 insertions(+), 19 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9fd5dd1..893ff55 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - "trust-graph": "0.4.7", - "aqua": "0.4.7", - "service": "0.4.7", - "keypair": "0.10.3", - "distro": "0.4.7" + "trust-graph": "0.4.8", + "aqua": "0.4.8", + "service": "0.4.8", + "keypair": "0.10.4", + "distro": "0.4.8" } diff --git a/Cargo.lock b/Cargo.lock index a1d996c..d4cf5c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -995,7 +995,7 @@ dependencies = [ [[package]] name = "fluence-keypair" -version = "0.10.3" +version = "0.10.4" dependencies = [ "asn1_der 0.6.3", "bs58 0.5.0", @@ -3019,7 +3019,7 @@ dependencies = [ [[package]] name = "trust-graph" -version = "0.4.7" +version = "0.4.8" dependencies = [ "bs58 0.4.0", "derivative", @@ -3036,7 +3036,7 @@ dependencies = [ [[package]] name = "trust-graph-distro" -version = "0.4.7" +version = "0.4.8" dependencies = [ "built", "lazy_static", @@ -3047,7 +3047,7 @@ dependencies = [ [[package]] name = "trust-graph-wasm" -version = "0.4.7" +version = "0.4.8" dependencies = [ "anyhow", "bincode", diff --git a/aqua/CHANGELOG.md b/aqua/CHANGELOG.md index 402127f..9ae08ae 100644 --- a/aqua/CHANGELOG.md +++ b/aqua/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **trust-graph-api:** Synchronize trust-graph, wasm and api versions + ## [0.4.7](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.6...trust-graph-api-v0.4.7) (2023-07-04) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index ec5c0d8..d4f1f83 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.7", + "version": "0.4.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluencelabs/trust-graph", - "version": "0.4.7", + "version": "0.4.8", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "^0.7.0" diff --git a/aqua/package.json b/aqua/package.json index 2686226..9d98f00 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.7", + "version": "0.4.8", "description": "Aqua Trust Graph API library", "files": [ "*.aqua" diff --git a/distro/CHANGELOG.md b/distro/CHANGELOG.md index 40d1911..bf7067c 100644 --- a/distro/CHANGELOG.md +++ b/distro/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.8](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.7...distro-v0.4.8) (2023-12-20) + + +### Features + +* update marine sdk's, configs and sqlite connector ([#129](https://github.com/fluencelabs/trust-graph/issues/129)) ([0b66f4e](https://github.com/fluencelabs/trust-graph/commit/0b66f4e0536633879de46f69ac8391c72ece7e77)) + ## [0.4.7](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.6...distro-v0.4.7) (2023-07-04) diff --git a/distro/Cargo.toml b/distro/Cargo.toml index c81f5ed..2d4f171 100644 --- a/distro/Cargo.toml +++ b/distro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-distro" -version = "0.4.7" +version = "0.4.8" edition = "2021" build = "build.rs" license = "Apache-2.0" diff --git a/keypair/CHANGELOG.md b/keypair/CHANGELOG.md index f662556..94bcbf8 100644 --- a/keypair/CHANGELOG.md +++ b/keypair/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10.4](https://github.com/fluencelabs/trust-graph/compare/keypair-v0.10.3...keypair-v0.10.4) (2023-12-20) + + +### Features + +* **fluence-keypair:** bump ed25519-dalek to 0.2.0 ([#127](https://github.com/fluencelabs/trust-graph/issues/127)) ([ed5bd2c](https://github.com/fluencelabs/trust-graph/commit/ed5bd2c0ec50bef5ac7a12deacb73da491666912)) +* update marine sdk's, configs and sqlite connector ([#129](https://github.com/fluencelabs/trust-graph/issues/129)) ([0b66f4e](https://github.com/fluencelabs/trust-graph/commit/0b66f4e0536633879de46f69ac8391c72ece7e77)) + ## [0.10.3](https://github.com/fluencelabs/trust-graph/compare/keypair-v0.10.2...keypair-v0.10.3) (2023-07-04) diff --git a/keypair/Cargo.toml b/keypair/Cargo.toml index 63d3441..620f568 100644 --- a/keypair/Cargo.toml +++ b/keypair/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluence-keypair" -version = "0.10.3" +version = "0.10.4" authors = ["Fluence Labs"] edition = "2021" description = "unified keypair API based on libp2p-identity" diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 7386054..28157ff 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -9,6 +9,21 @@ 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.8](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.7...trust-graph-wasm-v0.4.8) (2023-12-20) + + +### Features + +* update marine sdk's, configs and sqlite connector ([#129](https://github.com/fluencelabs/trust-graph/issues/129)) ([0b66f4e](https://github.com/fluencelabs/trust-graph/commit/0b66f4e0536633879de46f69ac8391c72ece7e77)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * trust-graph bumped from 0.4.7 to 0.4.8 + * fluence-keypair bumped from 0.10.3 to 0.10.4 + ## [0.4.7](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.6...trust-graph-wasm-v0.4.7) (2023-07-04) diff --git a/service/Cargo.toml b/service/Cargo.toml index 7303324..8f7441c 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-wasm" -version = "0.4.7" +version = "0.4.8" authors = ["Fluence Labs"] edition = "2021" description = "trust graph wasm" @@ -12,8 +12,8 @@ name = "trust-graph" path = "src/main.rs" [dependencies] -trust-graph = { version = "0.4.7", path = "../trust-graph" } -fluence-keypair = { version = "0.10.3", path = "../keypair" } +trust-graph = { version = "0.4.8", 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 f748883..1c91093 100644 --- a/trust-graph/CHANGELOG.md +++ b/trust-graph/CHANGELOG.md @@ -4,6 +4,20 @@ * dependencies * fluence-keypair bumped from 0.10.0 to 0.10.1 +## [0.4.8](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.7...trust-graph-v0.4.8) (2023-12-20) + + +### Features + +* update marine sdk's, configs and sqlite connector ([#129](https://github.com/fluencelabs/trust-graph/issues/129)) ([0b66f4e](https://github.com/fluencelabs/trust-graph/commit/0b66f4e0536633879de46f69ac8391c72ece7e77)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * fluence-keypair bumped from 0.10.3 to 0.10.4 + ## [0.4.7](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.6...trust-graph-v0.4.7) (2023-07-04) diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index 7c766c8..ab8b776 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph" -version = "0.4.7" +version = "0.4.8" authors = ["Fluence Labs"] edition = "2021" description = "trust graph" @@ -10,7 +10,7 @@ repository = "https://github.com/fluencelabs/trust-graph" [dependencies] serde = { version = "1.0.118", features = ["derive"] } -fluence-keypair = { path = "../keypair", version = "0.10.3" } +fluence-keypair = { path = "../keypair", version = "0.10.4" } bs58 = "0.4.0" failure = "0.1.6" log = "0.4.11"