From cdf6eb17b9aa0cc74f29bfde464a9dd9af12dcb0 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:46:28 +0300 Subject: [PATCH] chore(master): release aqua-ipfs 0.5.20 (#106) --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ service/distro/Cargo.toml | 2 +- service/effector/Cargo.toml | 2 +- service/pure/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 22e2379..fe730e3 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.19" + ".": "0.5.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c71adb..d7e7574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.20](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.19...aqua-ipfs-v0.5.20) (2023-09-22) + + +### Bug Fixes + +* bump distro version ([#105](https://github.com/fluencelabs/aqua-ipfs/issues/105)) ([0c48bec](https://github.com/fluencelabs/aqua-ipfs/commit/0c48bec52ab5cff3259a3f85ec381b5668d954f1)) + ## [0.5.19](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.18...aqua-ipfs-v0.5.19) (2023-09-22) diff --git a/service/distro/Cargo.toml b/service/distro/Cargo.toml index a863594..4a623a8 100644 --- a/service/distro/Cargo.toml +++ b/service/distro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aqua-ipfs-distro" -version = "0.5.19" +version = "0.5.20" description = "distribution of aqua ipfs service" edition = "2021" build = "build.rs" diff --git a/service/effector/Cargo.toml b/service/effector/Cargo.toml index 6d1275d..4e1eacd 100644 --- a/service/effector/Cargo.toml +++ b/service/effector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipfs-effector" -version = "0.5.17" +version = "0.5.20" authors = ["Fluence Labs"] edition = "2018" publish = false diff --git a/service/pure/Cargo.toml b/service/pure/Cargo.toml index f25448b..4a484e6 100644 --- a/service/pure/Cargo.toml +++ b/service/pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipfs-pure" -version = "0.5.17" +version = "0.5.20" authors = ["Fluence Labs"] edition = "2018" publish = false