From 3692d6898de2800bfe408e4221d066a39ea7e390 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Fri, 30 Jun 2023 11:03:02 +0300 Subject: [PATCH] chore: Revert "chore: release master (#111)" (#114) Revert "chore: release master (#111)" This reverts commit 3a5f23741ff351dd1b8d8cfb7c8bca76365a17b2. --- .github/release-please/manifest.json | 10 +++++----- Cargo.lock | 8 ++++---- aqua/CHANGELOG.md | 7 ------- aqua/package-lock.json | 4 ++-- aqua/package.json | 2 +- distro/CHANGELOG.md | 13 ------------- distro/Cargo.toml | 2 +- keypair/CHANGELOG.md | 17 ----------------- keypair/Cargo.toml | 2 +- service/CHANGELOG.md | 15 --------------- service/Cargo.toml | 6 +++--- trust-graph/CHANGELOG.md | 20 -------------------- trust-graph/Cargo.toml | 4 ++-- 13 files changed, 19 insertions(+), 91 deletions(-) delete mode 100644 distro/CHANGELOG.md diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 8277078..7a175ce 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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.5", + "aqua": "0.4.5", + "service": "0.4.5", + "keypair": "0.10.1", + "distro": "0.4.5" } diff --git a/Cargo.lock b/Cargo.lock index 58750e7..069eb28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -921,7 +921,7 @@ dependencies = [ [[package]] name = "fluence-keypair" -version = "0.10.2" +version = "0.10.1" dependencies = [ "asn1_der 0.6.3", "bs58 0.5.0", @@ -2708,7 +2708,7 @@ dependencies = [ [[package]] name = "trust-graph" -version = "0.4.6" +version = "0.4.5" dependencies = [ "bs58 0.4.0", "derivative", @@ -2725,7 +2725,7 @@ dependencies = [ [[package]] name = "trust-graph-distro" -version = "0.4.6" +version = "0.4.5" dependencies = [ "built", "lazy_static", @@ -2736,7 +2736,7 @@ dependencies = [ [[package]] name = "trust-graph-wasm" -version = "0.4.6" +version = "0.4.5" dependencies = [ "anyhow", "bincode", diff --git a/aqua/CHANGELOG.md b/aqua/CHANGELOG.md index 6ad6a94..6ba3c88 100644 --- a/aqua/CHANGELOG.md +++ b/aqua/CHANGELOG.md @@ -1,12 +1,5 @@ # Changelog -## [0.4.6](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.5...trust-graph-api-v0.4.6) (2023-06-29) - - -### Reverts - -* release master ([#110](https://github.com/fluencelabs/trust-graph/issues/110)) ([d80a43b](https://github.com/fluencelabs/trust-graph/commit/d80a43bcff721aff8fadf3d2d5c252804ce27a6c)) - ## [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) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index 367b1d5..13639a1 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.6", + "version": "0.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluencelabs/trust-graph", - "version": "0.4.6", + "version": "0.4.5", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "^0.7.0" diff --git a/aqua/package.json b/aqua/package.json index c8ed8d6..5921df9 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/trust-graph", - "version": "0.4.6", + "version": "0.4.5", "description": "Aqua Trust Graph API library", "files": [ "*.aqua" diff --git a/distro/CHANGELOG.md b/distro/CHANGELOG.md deleted file mode 100644 index 37f6ee6..0000000 --- a/distro/CHANGELOG.md +++ /dev/null @@ -1,13 +0,0 @@ -# Changelog - -## [0.4.6](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.5...distro-v0.4.6) (2023-06-29) - - -### Features - -* add distro crate [fixes NET-463] ([#93](https://github.com/fluencelabs/trust-graph/issues/93)) ([3ba3855](https://github.com/fluencelabs/trust-graph/commit/3ba3855892ae355962212a0a42099dd9f9820800)) - - -### Reverts - -* release master ([#110](https://github.com/fluencelabs/trust-graph/issues/110)) ([d80a43b](https://github.com/fluencelabs/trust-graph/commit/d80a43bcff721aff8fadf3d2d5c252804ce27a6c)) diff --git a/distro/Cargo.toml b/distro/Cargo.toml index 98b8057..bb9e460 100644 --- a/distro/Cargo.toml +++ b/distro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-distro" -version = "0.4.6" +version = "0.4.5" edition = "2021" build = "build.rs" license = "Apache-2.0" diff --git a/keypair/CHANGELOG.md b/keypair/CHANGELOG.md index 7bceed0..309e2c1 100644 --- a/keypair/CHANGELOG.md +++ b/keypair/CHANGELOG.md @@ -4,23 +4,6 @@ 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.2](https://github.com/fluencelabs/trust-graph/compare/keypair-v0.10.1...keypair-v0.10.2) (2023-06-29) - - -### Features - -* update libp2p identity ([#109](https://github.com/fluencelabs/trust-graph/issues/109)) ([d04120b](https://github.com/fluencelabs/trust-graph/commit/d04120bacf802a7e1127f4955b7391b0a4353128)) - - -### Bug Fixes - -* **keypair:** update description ([#105](https://github.com/fluencelabs/trust-graph/issues/105)) ([f7ef0f8](https://github.com/fluencelabs/trust-graph/commit/f7ef0f8da095fe1fef80faaa0b0c2d5ef854bd16)) - - -### Reverts - -* release master ([#110](https://github.com/fluencelabs/trust-graph/issues/110)) ([d80a43b](https://github.com/fluencelabs/trust-graph/commit/d80a43bcff721aff8fadf3d2d5c252804ce27a6c)) - ## [0.10.1](https://github.com/fluencelabs/trust-graph/compare/keypair-v0.10.0...keypair-v0.10.1) (2023-05-02) diff --git a/keypair/Cargo.toml b/keypair/Cargo.toml index 24e0cdf..2f2d1b7 100644 --- a/keypair/Cargo.toml +++ b/keypair/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluence-keypair" -version = "0.10.2" +version = "0.10.1" authors = ["Fluence Labs"] edition = "2021" description = "unified keypair API based on libp2p-identity" diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 486a163..ecddb5c 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -9,21 +9,6 @@ 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.6](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.5...trust-graph-wasm-v0.4.6) (2023-06-29) - - -### Reverts - -* release master ([#110](https://github.com/fluencelabs/trust-graph/issues/110)) ([d80a43b](https://github.com/fluencelabs/trust-graph/commit/d80a43bcff721aff8fadf3d2d5c252804ce27a6c)) - - -### Dependencies - -* The following workspace dependencies were updated - * dependencies - * trust-graph bumped from 0.4.5 to 0.4.6 - * fluence-keypair bumped from 0.10.1 to 0.10.2 - ## [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) diff --git a/service/Cargo.toml b/service/Cargo.toml index c5185df..f5f0931 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-wasm" -version = "0.4.6" +version = "0.4.5" authors = ["Fluence Labs"] edition = "2021" description = "trust graph wasm" @@ -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.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" diff --git a/trust-graph/CHANGELOG.md b/trust-graph/CHANGELOG.md index 32f536d..c931a6b 100644 --- a/trust-graph/CHANGELOG.md +++ b/trust-graph/CHANGELOG.md @@ -4,26 +4,6 @@ * dependencies * fluence-keypair bumped from 0.10.0 to 0.10.1 -## [0.4.6](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.5...trust-graph-v0.4.6) (2023-06-29) - - -### Bug Fixes - -* **deps:** update rust crate derivative to 2.2.0 ([2001f90](https://github.com/fluencelabs/trust-graph/commit/2001f900fa13a949decd513d8cbe15e3f006a7fc)) -* **deps:** update rust crate derivative to 2.2.0 ([#88](https://github.com/fluencelabs/trust-graph/issues/88)) ([2001f90](https://github.com/fluencelabs/trust-graph/commit/2001f900fa13a949decd513d8cbe15e3f006a7fc)) - - -### Reverts - -* release master ([#110](https://github.com/fluencelabs/trust-graph/issues/110)) ([d80a43b](https://github.com/fluencelabs/trust-graph/commit/d80a43bcff721aff8fadf3d2d5c252804ce27a6c)) - - -### Dependencies - -* The following workspace dependencies were updated - * dependencies - * fluence-keypair bumped from 0.10.1 to 0.10.2 - ## [0.4.5](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.4...trust-graph-v0.4.5) (2023-05-09) diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index 508cb1c..df0e593 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph" -version = "0.4.6" +version = "0.4.5" authors = ["Fluence Labs"] edition = "2021" description = "trust graph" @@ -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.1" } bs58 = "0.4.0" failure = "0.1.6" log = "0.4.11"