Skip to content

Commit a8e966d

Browse files
chore: release
1 parent ca9c52e commit a8e966d

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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-11-27
10+
11+
### Other
12+
13+
- Fixed typo for `ResponseCode::PrecoditionFailed` ([#307](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/307))
14+
915
## [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
1016

1117
### Other

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rabbitmq-stream-client"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["wolf4ood <[email protected]>", "korsmakolnikov <[email protected]>", "gsantomaggio <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MPL-2.0"
@@ -24,7 +24,7 @@ members = [
2424
[dependencies]
2525
tokio-rustls = { version = "0.26.1" }
2626
rustls-pemfile = "2.2.0"
27-
rabbitmq-stream-protocol = { version = "0.9", path = "protocol" }
27+
rabbitmq-stream-protocol = { version = "0.10", path = "protocol" }
2828
tokio = { version = "1.29.1", features = ["full"] }
2929
tokio-util = { version = "0.7.3", features = ["codec"] }
3030
bytes = "1.0.0"

protocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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-11-27
10+
11+
### Other
12+
13+
- Fixed typo for `ResponseCode::PrecoditionFailed` ([#307](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/307))
14+
915
## [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
1016

1117
### Other

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rabbitmq-stream-protocol"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["wolf4ood <[email protected]>", "korsmakolnikov <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MPL-2.0"

0 commit comments

Comments
 (0)