From a1781d36cf962b33e6b142d13641d6a6c213bcf2 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:36:24 +0200 Subject: [PATCH] chore(master): release aqua-ipfs 0.5.31 (#167) * chore(master): release aqua-ipfs 0.5.31 * chore: Bump aqua-ipfs version to 0.5.31 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ aqua/package-lock.json | 4 ++-- aqua/package.json | 2 +- service/Cargo.lock | 8 ++++---- service/distro/Cargo.toml | 2 +- service/effector/Cargo.toml | 2 +- service/pure/Cargo.toml | 2 +- service/types/Cargo.toml | 2 +- 9 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7ff9d0d..750ce48 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.30" + ".": "0.5.31" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5446b..258199a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.31](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.30...aqua-ipfs-v0.5.31) (2024-02-21) + + +### Bug Fixes + +* **aqua-lib:** update aqua-lib ([#166](https://github.com/fluencelabs/aqua-ipfs/issues/166)) ([41fbc08](https://github.com/fluencelabs/aqua-ipfs/commit/41fbc08d11e0974b93a7c27209a493516c4fb8a8)) + ## [0.5.30](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.29...aqua-ipfs-v0.5.30) (2024-01-11) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index 28f8c2f..71dcf0a 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/aqua-ipfs", - "version": "0.5.30", + "version": "0.5.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fluencelabs/aqua-ipfs", - "version": "0.5.30", + "version": "0.5.31", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "0.10.1" diff --git a/aqua/package.json b/aqua/package.json index 6e50faf..4d78a90 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/aqua-ipfs", - "version": "0.5.30", + "version": "0.5.31", "description": "Aqua IPFS library", "files": [ "*.aqua" diff --git a/service/Cargo.lock b/service/Cargo.lock index dfcf01d..689868d 100644 --- a/service/Cargo.lock +++ b/service/Cargo.lock @@ -58,7 +58,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "aqua-ipfs-distro" -version = "0.5.30" +version = "0.5.31" dependencies = [ "built", "maplit", @@ -1018,7 +1018,7 @@ checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c" [[package]] name = "ipfs-effector" -version = "0.5.30" +version = "0.5.31" dependencies = [ "eyre", "fluence-fork-parity-multiaddr", @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "ipfs-pure" -version = "0.5.30" +version = "0.5.31" dependencies = [ "bs58 0.5.0", "eyre", @@ -2318,7 +2318,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "types" -version = "0.5.30" +version = "0.5.31" dependencies = [ "eyre", "marine-rs-sdk", diff --git a/service/distro/Cargo.toml b/service/distro/Cargo.toml index 2d2be3c..45515aa 100644 --- a/service/distro/Cargo.toml +++ b/service/distro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aqua-ipfs-distro" -version = "0.5.30" +version = "0.5.31" description = "distribution of aqua ipfs service" edition = "2021" build = "build.rs" diff --git a/service/effector/Cargo.toml b/service/effector/Cargo.toml index 7b3d979..82b41dd 100644 --- a/service/effector/Cargo.toml +++ b/service/effector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipfs-effector" -version = "0.5.30" +version = "0.5.31" authors = ["Fluence Labs"] edition = "2018" publish = false diff --git a/service/pure/Cargo.toml b/service/pure/Cargo.toml index b9eac0f..9389dba 100644 --- a/service/pure/Cargo.toml +++ b/service/pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipfs-pure" -version = "0.5.30" +version = "0.5.31" authors = ["Fluence Labs"] edition = "2018" publish = false diff --git a/service/types/Cargo.toml b/service/types/Cargo.toml index ac4a052..5cb0fd4 100644 --- a/service/types/Cargo.toml +++ b/service/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "types" -version = "0.5.30" +version = "0.5.31" edition = "2018" publish = false