File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 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
10+
11+ ### Fixed
12+
13+ - fix a bug happening during sending of super_stream with routing_key ([ #243 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/243 ) )
14+
15+ ### Other
16+
17+ - Update readme. A wrong license was written
18+ - Update dependencies ([ #244 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/244 ) )
19+ - Bump actions/checkout from 3 to 4 ([ #202 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/202 ) )
20+ - Update README.md
21+ - improving filtering examples + others ([ #242 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/242 ) )
22+ - Add client properties ([ #237 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/237 ) )
23+ - adding producer examples ([ #240 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/240 ) )
24+
925## [ 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
1026
1127### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " rabbitmq-stream-client"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [
" wolf4ood <[email protected] >" ,
" korsmakolnikov <[email protected] >" ,
" gsantomaggio <[email protected] >" ]
55edition = " 2018"
66license = " Apache-2.0 OR MPL-2.0"
You can’t perform that action at this time.
0 commit comments