Skip to content

Commit

Permalink
chore: release (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent 0522476 commit d768fd7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.17](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.16...arbiter-v0.4.17) - 2024-02-16

### Added
- *(engine)* optional stream for behaviors ([#899](https://github.com/primitivefinance/arbiter/pull/899))

## [0.4.16](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.15...arbiter-v0.4.16) - 2024-02-15

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Expand Up @@ -8,7 +8,7 @@ exclude = ["benches", "docs"]
# Package configuration
[package]
name = "arbiter"
version = "0.4.16"
version = "0.4.17"
edition = "2021"
authors = [
"Waylon Jepsen <waylonjepsen1@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions engine/CHANGELOG.md
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.2.1...arbiter-engine-v0.3.0) - 2024-02-16

### Added
- *(engine)* optional stream for behaviors ([#899](https://github.com/primitivefinance/arbiter/pull/899))

### Other
- refactor engine tests and examples ([#895](https://github.com/primitivefinance/arbiter/pull/895))

## [0.2.1](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.2.0...arbiter-engine-v0.2.1) - 2024-02-15

### Other
Expand Down
2 changes: 1 addition & 1 deletion engine/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arbiter-engine"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = [
"Waylon Jepsen <waylonjepsen1@gmail.com>",
Expand Down

0 comments on commit d768fd7

Please sign in to comment.