Skip to content

Commit

Permalink
chore: release master (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Apr 13, 2023
1 parent da38a41 commit 864b7f5
Show file tree
Hide file tree
Showing 9 changed files with 40 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.0",
"aqua": "0.4.0",
"service": "0.4.0",
"trust-graph": "0.4.1",
"aqua": "0.4.1",
"service": "0.4.1",
"keypair": "0.10.0"
}
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.

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

## [0.4.1](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.0...trust-graph-api-v0.4.1) (2023-04-13)


### Bug Fixes

* **deps:** update aqua to 0.10.3 ([fe902ac](https://github.com/fluencelabs/trust-graph/commit/fe902acc50a6b4c6bf97c487f3e47ae0f5ef8a95))
* **deps:** update aqua-lib to 0.7.0 ([fe902ac](https://github.com/fluencelabs/trust-graph/commit/fe902acc50a6b4c6bf97c487f3e47ae0f5ef8a95))

## [0.4.0](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.3.2...trust-graph-api-v0.4.0) (2023-03-15)


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.0",
"version": "0.4.1",
"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 @@ -4,6 +4,20 @@ 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.4.1](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.0...trust-graph-wasm-v0.4.1) (2023-04-13)


### Bug Fixes

* **deps:** Add trust-graph to workspace and bump sqlite-wasm version ([#87](https://github.com/fluencelabs/trust-graph/issues/87)) ([da38a41](https://github.com/fluencelabs/trust-graph/commit/da38a41ba727a14774a71bba6612b1bf1f498db9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* trust-graph bumped from 0.4.0 to 0.4.1

## [0.4.0](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.3.2...trust-graph-wasm-v0.4.0) (2023-03-15)


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.0"
version = "0.4.1"
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.0", path = "../trust-graph" }
trust-graph = { version = "0.4.1", path = "../trust-graph" }
fluence-keypair = { version = "0.10.0", 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
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.0...trust-graph-v0.4.1) (2023-04-13)


### Miscellaneous Chores

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

## [0.4.0](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.3.2...trust-graph-v0.4.0) (2023-03-15)


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.0"
version = "0.4.1"
authors = ["Fluence Labs"]
edition = "2021"
description = "trust graph"
Expand Down

0 comments on commit 864b7f5

Please sign in to comment.