Skip to content

Commit

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

* chore: Bump version to 0.5.11
  • Loading branch information
fluencebot authored Dec 28, 2023
1 parent 7e4602a commit c1051d1
Show file tree
Hide file tree
Showing 4 changed files with 15 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.10"
".": "0.5.11"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.11](https://github.com/fluencelabs/decider/compare/connector-v0.5.10...connector-v0.5.11) (2023-12-28)


### Features

* **decider:** Use `aqua` instead of `module` ([#158](https://github.com/fluencelabs/decider/issues/158)) ([3817893](https://github.com/fluencelabs/decider/commit/38178930adc1a7d0f568b2bdc3c01ae28fdc1f5a))


### Bug Fixes

* **deps:** aqua-lib 0.9.0 ([#177](https://github.com/fluencelabs/decider/issues/177)) ([7e4602a](https://github.com/fluencelabs/decider/commit/7e4602aa4a3f888fd7cd2f2bc8e21ce64dea303a))

## [0.5.10](https://github.com/fluencelabs/decider/compare/connector-v0.5.9...connector-v0.5.10) (2023-12-27)


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.10"
version = "0.5.11"
edition = "2021"
build = "built.rs"
include = [ "/src", "built.rs", "Cargo.toml", "decider-spell" ]
Expand Down

0 comments on commit c1051d1

Please sign in to comment.