Skip to content

Commit

Permalink
chore(main): release connector 0.6.11 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Mar 7, 2024
1 parent d95fe9d commit 28cf4a1
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.10"
".": "0.6.11"
}
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.11](https://github.com/fluencelabs/decider/compare/connector-v0.6.10...connector-v0.6.11) (2024-03-07)


### Features

* support new deal status ([#253](https://github.com/fluencelabs/decider/issues/253)) ([d95fe9d](https://github.com/fluencelabs/decider/commit/d95fe9d2c07198d3a76fda7afff8bdc6ea0fb417))

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


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

0 comments on commit 28cf4a1

Please sign in to comment.