Skip to content

Commit 16bf0a0

Browse files
authored
chore: release master (#142)
1 parent 175e51d commit 16bf0a0

File tree

11 files changed

+49
-14
lines changed

11 files changed

+49
-14
lines changed

.github/release-please/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"trust-graph": "0.4.9",
3-
"aqua": "0.4.9",
4-
"service": "0.4.9",
2+
"trust-graph": "0.4.10",
3+
"aqua": "0.4.10",
4+
"service": "0.4.10",
55
"keypair": "0.10.4",
6-
"distro": "0.4.9"
6+
"distro": "0.4.10"
77
}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aqua/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.9...trust-graph-api-v0.4.10) (2023-12-29)
4+
5+
6+
### Features
7+
8+
* **trust-graph:** Update aqua code ([#141](https://github.com/fluencelabs/trust-graph/issues/141)) ([175e51d](https://github.com/fluencelabs/trust-graph/commit/175e51d5db4d90dc6d884ce3113d68494da334a2))
9+
310
## [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)
411

512

aqua/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aqua/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/trust-graph",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "Aqua Trust Graph API library",
55
"files": [
66
"*.aqua"

distro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.9...distro-v0.4.10) (2023-12-29)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **distro:** Synchronize trust-graph, wasm and api versions
9+
310
## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.8...distro-v0.4.9) (2023-12-28)
411

512

distro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trust-graph-distro"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
edition = "2021"
55
build = "build.rs"
66
license = "Apache-2.0"

service/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
* trust-graph bumped from 0.4.1 to 0.4.2
1010
* fluence-keypair bumped from 0.10.0 to 0.10.1
1111

12+
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.9...trust-graph-wasm-v0.4.10) (2023-12-29)
13+
14+
15+
### Miscellaneous Chores
16+
17+
* **trust-graph-wasm:** Synchronize trust-graph, wasm and api versions
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* trust-graph bumped from 0.4.9 to 0.4.10
25+
1226
## [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)
1327

1428

service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trust-graph-wasm"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
authors = ["Fluence Labs"]
55
edition = "2021"
66
description = "trust graph wasm"
@@ -12,7 +12,7 @@ name = "trust-graph"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
trust-graph = { version = "0.4.9", path = "../trust-graph" }
15+
trust-graph = { version = "0.4.10", path = "../trust-graph" }
1616
fluence-keypair = { version = "0.10.4", path = "../keypair" }
1717
marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
1818
marine-sqlite-connector = "0.9.2"

trust-graph/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
* dependencies
55
* fluence-keypair bumped from 0.10.0 to 0.10.1
66

7+
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.9...trust-graph-v0.4.10) (2023-12-29)
8+
9+
10+
### Miscellaneous Chores
11+
12+
* **trust-graph:** Synchronize trust-graph, wasm and api versions
13+
714
## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.8...trust-graph-v0.4.9) (2023-12-28)
815

916

trust-graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trust-graph"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
authors = ["Fluence Labs"]
55
edition = "2021"
66
description = "trust graph"

0 commit comments

Comments
 (0)