Skip to content

Commit

Permalink
chore(main): release connector 0.5.9 (#163)
Browse files Browse the repository at this point in the history
* chore(main): release connector 0.5.9

* chore: Bump version to 0.5.9
  • Loading branch information
fluencebot authored Dec 21, 2023
1 parent 0025dc8 commit 44d3777
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.8"
".": "0.5.9"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/distro/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/distro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 44d3777

Please sign in to comment.