From 5e3eab082ed2fedcc8ac5492ec72776135e1bbfc Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:36:24 +0200 Subject: [PATCH] chore(master): release aqua-ipfs 0.5.28 (#138) * chore(master): release aqua-ipfs 0.5.28 * chore: Bump aqua-ipfs version to 0.5.28 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 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, 21 insertions(+), 12 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 6cd291f..06958d1 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.27" + ".": "0.5.28" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5381517..2f1a70f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.28](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.27...aqua-ipfs-v0.5.28) (2023-12-27) + + +### Bug Fixes + +* **deps:** update dependency @fluencelabs/aqua-lib to v0.9.0 ([#139](https://github.com/fluencelabs/aqua-ipfs/issues/139)) ([e5e1e17](https://github.com/fluencelabs/aqua-ipfs/commit/e5e1e170dd8405cc720998e8522969e9248c73fb)) +* **deps:** update dependency @fluencelabs/fluence-network-environment to v1.1.2 ([#113](https://github.com/fluencelabs/aqua-ipfs/issues/113)) ([f184b1f](https://github.com/fluencelabs/aqua-ipfs/commit/f184b1fff68e84a7e987fa0afe56fb231ed62e6d)) +* **deps:** update rust crate marine-rs-sdk-test to 0.12.1 ([#137](https://github.com/fluencelabs/aqua-ipfs/issues/137)) ([b98b9b1](https://github.com/fluencelabs/aqua-ipfs/commit/b98b9b17e28ac61578d4abf5cf5489bfe2a17541)) + ## [0.5.27](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.26...aqua-ipfs-v0.5.27) (2023-12-26) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index 68085dc..4cfb332 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/aqua-ipfs", - "version": "0.5.27", + "version": "0.5.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fluencelabs/aqua-ipfs", - "version": "0.5.27", + "version": "0.5.28", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "0.9.0" diff --git a/aqua/package.json b/aqua/package.json index eb47350..0206c64 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/aqua-ipfs", - "version": "0.5.27", + "version": "0.5.28", "description": "Aqua IPFS library", "files": [ "*.aqua" diff --git a/service/Cargo.lock b/service/Cargo.lock index 85924ad..b77aee2 100644 --- a/service/Cargo.lock +++ b/service/Cargo.lock @@ -58,7 +58,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "aqua-ipfs-distro" -version = "0.5.27" +version = "0.5.28" dependencies = [ "built", "maplit", @@ -1018,7 +1018,7 @@ checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c" [[package]] name = "ipfs-effector" -version = "0.5.27" +version = "0.5.28" dependencies = [ "eyre", "fluence-fork-parity-multiaddr", @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "ipfs-pure" -version = "0.5.27" +version = "0.5.28" dependencies = [ "bs58 0.5.0", "eyre", @@ -2318,7 +2318,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "types" -version = "0.5.27" +version = "0.5.28" dependencies = [ "eyre", "marine-rs-sdk", diff --git a/service/distro/Cargo.toml b/service/distro/Cargo.toml index 4997fa8..f8fbbec 100644 --- a/service/distro/Cargo.toml +++ b/service/distro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aqua-ipfs-distro" -version = "0.5.27" +version = "0.5.28" description = "distribution of aqua ipfs service" edition = "2021" build = "build.rs" diff --git a/service/effector/Cargo.toml b/service/effector/Cargo.toml index c303eb5..c599b8a 100644 --- a/service/effector/Cargo.toml +++ b/service/effector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipfs-effector" -version = "0.5.27" +version = "0.5.28" authors = ["Fluence Labs"] edition = "2018" publish = false diff --git a/service/pure/Cargo.toml b/service/pure/Cargo.toml index c9f3af8..647c23f 100644 --- a/service/pure/Cargo.toml +++ b/service/pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipfs-pure" -version = "0.5.27" +version = "0.5.28" authors = ["Fluence Labs"] edition = "2018" publish = false diff --git a/service/types/Cargo.toml b/service/types/Cargo.toml index 95e3a1a..74640da 100644 --- a/service/types/Cargo.toml +++ b/service/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "types" -version = "0.5.27" +version = "0.5.28" edition = "2018" publish = false