chore: release master (#83)

This commit is contained in:
fluencebot 2023-04-13 16:11:54 +03:00 committed by GitHub
parent da38a41ba7
commit 864b7f5c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 40 additions and 11 deletions

View File

@ -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
Cargo.lock generated
View File

@ -2897,7 +2897,7 @@ dependencies = [
[[package]]
name = "trust-graph"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"bs58",
"derivative",
@ -2914,7 +2914,7 @@ dependencies = [
[[package]]
name = "trust-graph-wasm"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"bincode",

View File

@ -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)

View File

@ -1,12 +1,12 @@
{
"name": "@fluencelabs/trust-graph",
"version": "0.4.0",
"version": "0.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fluencelabs/trust-graph",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"dependencies": {
"@fluencelabs/aqua-lib": "^0.7.0"

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/trust-graph",
"version": "0.4.0",
"version": "0.4.1",
"description": "Aqua Trust Graph API library",
"files": [
"*.aqua"

View File

@ -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)

View File

@ -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"
@ -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"

View File

@ -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)

View File

@ -1,6 +1,6 @@
[package]
name = "trust-graph"
version = "0.4.0"
version = "0.4.1"
authors = ["Fluence Labs"]
edition = "2021"
description = "trust graph"