Skip to content

Commit

Permalink
chore: release (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 16, 2024
1 parent cebab09 commit 551d00e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.4.1...rabbitmq-stream-client-v0.4.2) - 2024-02-16

### Other
- fix release-plz third attempt
- fix release-plz second attempt
- fix release-plz
- raw client example: set handler before subscribtion ([#211](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/211))
- Add ClientOptionsBuilder ([#210](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/210))

## [0.4.1](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.4.0...rabbitmq-stream-client-v0.4.1) - 2023-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabbitmq-stream-client"
version = "0.4.1"
version = "0.4.2"
authors = ["wolf4ood <[email protected]>", "korsmakolnikov <[email protected]>", "gsantomaggio <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MPL-2.0"
Expand Down
5 changes: 5 additions & 0 deletions protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.4.1...rabbitmq-stream-protocol-v0.4.2) - 2024-02-16

### Other
- Add ClientOptionsBuilder ([#210](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/210))

## [0.4.1](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.4.0...rabbitmq-stream-protocol-v0.4.1) - 2023-10-25

### Other
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabbitmq-stream-protocol"
version = "0.4.1"
version = "0.4.2"
authors = ["wolf4ood <[email protected]>", "korsmakolnikov <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MPL-2.0"
Expand Down

0 comments on commit 551d00e

Please sign in to comment.