Skip to content

Commit

Permalink
chore: release master (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored May 9, 2023
1 parent 1a26a68 commit a7abe87
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 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.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)


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.4",
"version": "0.4.5",
"description": "Aqua Trust Graph API library",
"files": [
"*.aqua"
Expand Down
14 changes: 14 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 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.4"
version = "0.4.5"
authors = ["Fluence Labs"]
edition = "2021"
description = "trust graph wasm"
Expand All @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions trust-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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.4"
version = "0.4.5"
authors = ["Fluence Labs"]
edition = "2021"
description = "trust graph"
Expand Down

0 comments on commit a7abe87

Please sign in to comment.