From fcb36b1bd8bf627fd333613868de5a3248b0c5f6 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Tue, 9 May 2023 05:23:52 +0300 Subject: [PATCH] chore(main): release distro 0.1.18 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 88efc87..082a0b8 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.17" + ".": "0.1.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6058a..825206a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.18](https://github.com/fluencelabs/rust-peer-distro/compare/distro-v0.1.17...distro-v0.1.18) (2023-05-09) + + +### Bug Fixes + +* **deps:** Update aqua-ipfs to 0.5.13 ([4b4b1db](https://github.com/fluencelabs/rust-peer-distro/commit/4b4b1db73dcd0ed9c9ffcddd92dbb7f6cbeac7d9)) +* **deps:** Update connector to 0.4.9 ([15f0854](https://github.com/fluencelabs/rust-peer-distro/commit/15f0854394959b89a0192559dedf84ec68100e1e)) +* **deps:** Update registry to 0.8.5 ([dbbd6a6](https://github.com/fluencelabs/rust-peer-distro/commit/dbbd6a63beff869d15ae64f3aaa0803381b368f9)) +* **deps:** Update trust-graph to 0.4.3 ([6554394](https://github.com/fluencelabs/rust-peer-distro/commit/6554394929e95238fd7f99a3d96ed445a575cc99)) +* Do not start IPFS daemon when IPFS_DAEMON is false ([#136](https://github.com/fluencelabs/rust-peer-distro/issues/136)) ([698d4e5](https://github.com/fluencelabs/rust-peer-distro/commit/698d4e50b8c4460b25e3e9a41adfab5b6c4ca4ed)) + ## [0.1.17](https://github.com/fluencelabs/rust-peer-distro/compare/distro-v0.1.16...distro-v0.1.17) (2023-05-06)