chore: release master (#142)

This commit is contained in:
fluencebot 2024-01-02 18:50:35 +02:00 committed by GitHub
parent 175e51d5db
commit 16bf0a0995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 49 additions and 14 deletions

View File

@ -1,7 +1,7 @@
{ {
"trust-graph": "0.4.9", "trust-graph": "0.4.10",
"aqua": "0.4.9", "aqua": "0.4.10",
"service": "0.4.9", "service": "0.4.10",
"keypair": "0.10.4", "keypair": "0.10.4",
"distro": "0.4.9" "distro": "0.4.10"
} }

6
Cargo.lock generated
View File

@ -3019,7 +3019,7 @@ dependencies = [
[[package]] [[package]]
name = "trust-graph" name = "trust-graph"
version = "0.4.9" version = "0.4.10"
dependencies = [ dependencies = [
"bs58 0.4.0", "bs58 0.4.0",
"derivative", "derivative",
@ -3036,7 +3036,7 @@ dependencies = [
[[package]] [[package]]
name = "trust-graph-distro" name = "trust-graph-distro"
version = "0.4.9" version = "0.4.10"
dependencies = [ dependencies = [
"built", "built",
"lazy_static", "lazy_static",
@ -3047,7 +3047,7 @@ dependencies = [
[[package]] [[package]]
name = "trust-graph-wasm" name = "trust-graph-wasm"
version = "0.4.9" version = "0.4.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bincode", "bincode",

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [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)
### Features
* **trust-graph:** Update aqua code ([#141](https://github.com/fluencelabs/trust-graph/issues/141)) ([175e51d](https://github.com/fluencelabs/trust-graph/commit/175e51d5db4d90dc6d884ce3113d68494da334a2))
## [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) ## [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)

View File

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

View File

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

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.9...distro-v0.4.10) (2023-12-29)
### Miscellaneous Chores
* **distro:** Synchronize trust-graph, wasm and api versions
## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.8...distro-v0.4.9) (2023-12-28) ## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.8...distro-v0.4.9) (2023-12-28)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "trust-graph-distro" name = "trust-graph-distro"
version = "0.4.9" version = "0.4.10"
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -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 * trust-graph bumped from 0.4.1 to 0.4.2
* fluence-keypair bumped from 0.10.0 to 0.10.1 * fluence-keypair bumped from 0.10.0 to 0.10.1
## [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)
### 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.9 to 0.4.10
## [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) ## [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)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "trust-graph-wasm" name = "trust-graph-wasm"
version = "0.4.9" version = "0.4.10"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2021" edition = "2021"
description = "trust graph wasm" description = "trust graph wasm"
@ -12,7 +12,7 @@ name = "trust-graph"
path = "src/main.rs" path = "src/main.rs"
[dependencies] [dependencies]
trust-graph = { version = "0.4.9", path = "../trust-graph" } trust-graph = { version = "0.4.10", path = "../trust-graph" }
fluence-keypair = { version = "0.10.4", path = "../keypair" } fluence-keypair = { version = "0.10.4", path = "../keypair" }
marine-rs-sdk = { version = "0.10.2", features = ["logger"] } marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
marine-sqlite-connector = "0.9.2" marine-sqlite-connector = "0.9.2"

View File

@ -4,6 +4,13 @@
* dependencies * dependencies
* fluence-keypair bumped from 0.10.0 to 0.10.1 * fluence-keypair bumped from 0.10.0 to 0.10.1
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.9...trust-graph-v0.4.10) (2023-12-29)
### Miscellaneous Chores
* **trust-graph:** Synchronize trust-graph, wasm and api versions
## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.8...trust-graph-v0.4.9) (2023-12-28) ## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.8...trust-graph-v0.4.9) (2023-12-28)

View File

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