Skip to content

Commit

Permalink
chore(rabbitmq-stream-client): release v0.7.1 (#261)
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 6, 2025
1 parent bd5ad4d commit 6bb33c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7.0"
version = "0.7.1"
authors = ["wolf4ood <[email protected]>", "korsmakolnikov <[email protected]>", "gsantomaggio <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MPL-2.0"
Expand Down

0 comments on commit 6bb33c9

Please sign in to comment.