From 44d37778495f2cf4c2873bcbde8bccf217b8b1d8 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Thu, 21 Dec 2023 21:27:39 +0200 Subject: [PATCH] chore(main): release connector 0.5.9 (#163) * chore(main): release connector 0.5.9 * chore: Bump version to 0.5.9 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/distro/Cargo.lock | 2 +- src/distro/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9c6c18e5..ce6eb710 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.8" + ".": "0.5.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fdeaaf..312aa0d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.9](https://github.com/fluencelabs/decider/compare/connector-v0.5.8...connector-v0.5.9) (2023-12-21) + + +### Bug Fixes + +* update spell api ([#161](https://github.com/fluencelabs/decider/issues/161)) ([0025dc8](https://github.com/fluencelabs/decider/commit/0025dc899381c5211f3c1098f5a23cc08d129a6a)) + ## [0.5.8](https://github.com/fluencelabs/decider/compare/connector-v0.5.7...connector-v0.5.8) (2023-12-21) diff --git a/src/distro/Cargo.lock b/src/distro/Cargo.lock index 36157411..14a296f5 100644 --- a/src/distro/Cargo.lock +++ b/src/distro/Cargo.lock @@ -78,7 +78,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "decider-distro" -version = "0.5.8" +version = "0.5.9" dependencies = [ "built", "fluence-spell-dtos", diff --git a/src/distro/Cargo.toml b/src/distro/Cargo.toml index a3e724a4..cf35d532 100644 --- a/src/distro/Cargo.toml +++ b/src/distro/Cargo.toml @@ -2,7 +2,7 @@ name = "decider-distro" description = "Distribution package for the decider spell including all services, configs and scripts used by it" license = "Apache-2.0" -version = "0.5.8" +version = "0.5.9" edition = "2021" build = "built.rs" include = [ "/src", "built.rs", "Cargo.toml", "decider-spell" ]