From 3f5cfbc316a0275509fa2c1cafbdbdd5c5c8f6c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:32:30 +0000 Subject: [PATCH] chore(rabbitmq-stream-client): release v0.7.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 147883c1..906afaaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.7.0...rabbitmq-stream-client-v0.7.1) - 2025-02-06 + +### Other + +- Expose SuperStreamProducer struct ([#267](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/267)) +- Bump codecov/codecov-action from 5.0.2 to 5.3.1 ([#264](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/264)) +- Moving producers/consumers client connection creation to Environment ([#259](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/259)) + ## [0.7.0](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.6.1...rabbitmq-stream-client-v0.7.0) - 2024-11-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index f4dd66a9..42dc063a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rabbitmq-stream-client" -version = "0.7.0" +version = "0.7.1" authors = ["wolf4ood ", "korsmakolnikov ", "gsantomaggio "] edition = "2018" license = "Apache-2.0 OR MPL-2.0"