From 028f7e95a49d7e449e20d4146a13c3fe691f19d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:44:44 +0100 Subject: [PATCH] chore(rabbitmq-stream-client): release v0.6.1 (#241) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 789a44a..85bd682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.6.0...rabbitmq-stream-client-v0.6.1) - 2024-11-05 + +### Fixed + +- fix a bug happening during sending of super_stream with routing_key ([#243](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/243)) + +### Other + +- Update readme. A wrong license was written +- Update dependencies ([#244](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/244)) +- Bump actions/checkout from 3 to 4 ([#202](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/202)) +- Update README.md +- improving filtering examples + others ([#242](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/242)) +- Add client properties ([#237](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/237)) +- adding producer examples ([#240](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/240)) + ## [0.5.1](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.5.0...rabbitmq-stream-client-v0.5.1) - 2024-10-31 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index e82e364..742abe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rabbitmq-stream-client" -version = "0.6.0" +version = "0.6.1" authors = ["wolf4ood ", "korsmakolnikov ", "gsantomaggio "] edition = "2018" license = "Apache-2.0 OR MPL-2.0"