Skip to content

Commit

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

* chore: Bump version to 0.6.10
  • Loading branch information
fluencebot authored Feb 26, 2024
1 parent f2882cd commit 8c219d0
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.6.9"
".": "0.6.10"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.10](https://github.com/fluencelabs/decider/compare/connector-v0.6.9...connector-v0.6.10) (2024-02-26)


### Features

* update to new Installation Spell with new effector restrictions ([#248](https://github.com/fluencelabs/decider/issues/248)) ([f2882cd](https://github.com/fluencelabs/decider/commit/f2882cd83cf01151c8412332071cbd0467fc0584))

## [0.6.9](https://github.com/fluencelabs/decider/compare/connector-v0.6.8...connector-v0.6.9) (2024-02-24)


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

0 comments on commit 8c219d0

Please sign in to comment.