Skip to content

Commit

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

* chore: Bump version to 0.5.4
  • Loading branch information
fluencebot authored Nov 7, 2023
1 parent 9e92d8f commit 6ffd9f5
Show file tree
Hide file tree
Showing 4 changed files with 11 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.3"
".": "0.5.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.4](https://github.com/fluencelabs/decider/compare/connector-v0.5.3...connector-v0.5.4) (2023-11-07)


### Features

* **decider,chain_connector,tests:** Worker registration tx tracking [NET-575, NET-538] ([#90](https://github.com/fluencelabs/decider/issues/90)) ([22c1065](https://github.com/fluencelabs/decider/commit/22c1065ab3508374635076175078683988904a5e))
* **decider:** Use streams instead of options [LNG-277] ([#106](https://github.com/fluencelabs/decider/issues/106)) ([9e92d8f](https://github.com/fluencelabs/decider/commit/9e92d8f78eedee4c93b23ac07c7b5b39c30712f4))

## [0.5.3](https://github.com/fluencelabs/decider/compare/connector-v0.5.2...connector-v0.5.3) (2023-10-28)


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

0 comments on commit 6ffd9f5

Please sign in to comment.