Skip to content

Commit

Permalink
chore: release master (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Jul 4, 2023
1 parent 80757e6 commit 80bf4aa
Show file tree
Hide file tree
Showing 13 changed files with 121 additions and 36 deletions.
10 changes: 5 additions & 5 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"trust-graph": "0.4.6",
"aqua": "0.4.6",
"service": "0.4.6",
"keypair": "0.10.2",
"distro": "0.4.6"
"trust-graph": "0.4.7",
"aqua": "0.4.7",
"service": "0.4.7",
"keypair": "0.10.3",
"distro": "0.4.7"
}
73 changes: 54 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions aqua/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Miscellaneous Chores

* **trust-graph-api:** Synchronize trust-graph, wasm and api versions

## [0.4.6](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.5...trust-graph-api-v0.4.6) (2023-06-30)


Expand Down
4 changes: 2 additions & 2 deletions aqua/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aqua/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/trust-graph",
"version": "0.4.6",
"version": "0.4.7",
"description": "Aqua Trust Graph API library",
"files": [
"*.aqua"
Expand Down
7 changes: 7 additions & 0 deletions distro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.7](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.6...distro-v0.4.7) (2023-07-04)


### Miscellaneous Chores

* **distro:** Synchronize trust-graph, wasm and api versions

## [0.4.6](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.5...distro-v0.4.6) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion distro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trust-graph-distro"
version = "0.4.6"
version = "0.4.7"
edition = "2021"
build = "build.rs"
license = "Apache-2.0"
Expand Down
7 changes: 7 additions & 0 deletions keypair/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.3](https://github.com/fluencelabs/trust-graph/compare/keypair-v0.10.2...keypair-v0.10.3) (2023-07-04)


### Bug Fixes

* **keypair:** deserialize libp2p keypair from secret key ([#116](https://github.com/fluencelabs/trust-graph/issues/116)) ([ee330a7](https://github.com/fluencelabs/trust-graph/commit/ee330a715a902e48fc9b61d662ffcd950a26379c))

## [0.10.2](https://github.com/fluencelabs/trust-graph/compare/keypair-v0.10.1...keypair-v0.10.2) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion keypair/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluence-keypair"
version = "0.10.2"
version = "0.10.3"
authors = ["Fluence Labs"]
edition = "2021"
description = "unified keypair API based on libp2p-identity"
Expand Down
15 changes: 15 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.6...trust-graph-wasm-v0.4.7) (2023-07-04)


### Bug Fixes

* **deps:** update rust crate marine-rs-sdk-test to 0.10.0 ([#106](https://github.com/fluencelabs/trust-graph/issues/106)) ([725d3f8](https://github.com/fluencelabs/trust-graph/commit/725d3f8f48b3bf1ed8605e9ba2da5c966a145f0d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* trust-graph bumped from 0.4.6 to 0.4.7
* fluence-keypair bumped from 0.10.2 to 0.10.3

## [0.4.6](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.5...trust-graph-wasm-v0.4.6) (2023-06-30)


Expand Down
10 changes: 5 additions & 5 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trust-graph-wasm"
version = "0.4.6"
version = "0.4.7"
authors = ["Fluence Labs"]
edition = "2021"
description = "trust graph wasm"
Expand All @@ -12,8 +12,8 @@ name = "trust-graph"
path = "src/main.rs"

[dependencies]
trust-graph = { version = "0.4.6", path = "../trust-graph" }
fluence-keypair = { version = "0.10.2", path = "../keypair" }
trust-graph = { version = "0.4.7", path = "../trust-graph" }
fluence-keypair = { version = "0.10.3", path = "../keypair" }
marine-rs-sdk = { version = "0.7.1", features = ["logger"] }
marine-sqlite-connector = "0.8.0"

Expand All @@ -29,8 +29,8 @@ bincode = "1.3.1"
thiserror = "1.0.23"

[dev-dependencies]
marine-rs-sdk-test = "0.10.0"
marine-rs-sdk-test = "0.9.1"
rusqlite = "0.28.0"

[build-dependencies]
marine-rs-sdk-test = "0.10.0"
marine-rs-sdk-test = "0.9.1"
14 changes: 14 additions & 0 deletions trust-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
* dependencies
* fluence-keypair bumped from 0.10.0 to 0.10.1

## [0.4.7](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.6...trust-graph-v0.4.7) (2023-07-04)


### Miscellaneous Chores

* **trust-graph:** Synchronize trust-graph, wasm and api versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* fluence-keypair bumped from 0.10.2 to 0.10.3

## [0.4.6](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.5...trust-graph-v0.4.6) (2023-06-30)


Expand Down
4 changes: 2 additions & 2 deletions trust-graph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trust-graph"
version = "0.4.6"
version = "0.4.7"
authors = ["Fluence Labs"]
edition = "2021"
description = "trust graph"
Expand All @@ -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.2" }
fluence-keypair = { path = "../keypair", version = "0.10.3" }
bs58 = "0.4.0"
failure = "0.1.6"
log = "0.4.11"
Expand Down

0 comments on commit 80bf4aa

Please sign in to comment.