File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.9.1] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.9.0...rabbitmq-stream-client-v0.9.1 ) - 2025-12-03
10+
11+ ### Other
12+
13+ - Upgrade all dependencies where doing so wouldn't cause breaking changes. ([ #303 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/303 ) )
14+ - Fixed typo for ` ResponseCode::PrecoditionFailed ` ([ #307 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/307 ) )
15+
916## [ 0.9.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.8.0...rabbitmq-stream-client-v0.9.0 ) - 2025-06-09
1017
1118### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rabbitmq-stream-client"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44authors = [" wolf4ood <enrico.risa@gmail.com>" , " korsmakolnikov <korsmakolnikov@gmail.com>" , " gsantomaggio <g.santomaggio@gmail.com>" ]
55edition = " 2018"
66license = " Apache-2.0 OR MPL-2.0"
@@ -24,7 +24,7 @@ members = [
2424[dependencies ]
2525tokio-rustls = { version = " 0.26.4" }
2626rustls-pemfile = " 2.2.0"
27- rabbitmq-stream-protocol = { version = " 0.9 " , path = " protocol" }
27+ rabbitmq-stream-protocol = { version = " 0.10 " , path = " protocol" }
2828tokio = { version = " 1.48.0" , features = [" full" ] }
2929tokio-util = { version = " 0.7.16" , features = [" codec" ] }
3030bytes = " 1.10.1"
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.10.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.9.0...rabbitmq-stream-protocol-v0.10.0 ) - 2025-12-03
10+
11+ ### Other
12+
13+ - Upgrade all dependencies where doing so wouldn't cause breaking changes. ([ #303 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/303 ) )
14+ - Fixed typo for ` ResponseCode::PrecoditionFailed ` ([ #307 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/307 ) )
15+
916## [ 0.8.1] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.8.0...rabbitmq-stream-protocol-v0.8.1 ) - 2025-06-09
1017
1118### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rabbitmq-stream-protocol"
3- version = " 0.9 .0"
3+ version = " 0.10 .0"
44authors = [" wolf4ood <enrico.risa@gmail.com>" , " korsmakolnikov <korsmakolnikov@gmail.com>" ]
55edition = " 2018"
66license = " Apache-2.0 OR MPL-2.0"
You can’t perform that action at this time.
0 commit comments