Skip to content

Commit

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

* chore: Bump version to 0.7.0
  • Loading branch information
fluencebot authored Jun 5, 2024
1 parent 6324a50 commit 77668b0
Show file tree
Hide file tree
Showing 4 changed files with 14 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.12"
".": "0.7.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://github.com/fluencelabs/decider/compare/connector-v0.6.12...connector-v0.7.0) (2024-06-05)


### ⚠ BREAKING CHANGES

* lightweight decider

### Features

* lightweight decider ([6324a50](https://github.com/fluencelabs/decider/commit/6324a50938e6686f524ce8dda9e61bafb46994de))

## [0.6.12](https://github.com/fluencelabs/decider/compare/connector-v0.6.11...connector-v0.6.12) (2024-05-14)


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

0 comments on commit 77668b0

Please sign in to comment.