Skip to content

Commit 1977a2c

Browse files
chore(rabbitmq-stream-client): release v0.8.0 (#270)
* chore(rabbitmq-stream-client): release v0.7.2 * update codec to 0.8.0 --------- Signed-off-by: Gabriele Santomaggio <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gabriele Santomaggio <[email protected]>
1 parent cac809b commit 1977a2c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.8.0](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.7.1...rabbitmq-stream-client-v0.8.0) - 2025-02-11
10+
11+
### Other
12+
13+
- Deserialize `ClientOption` with serde ([#271](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/271))
14+
- Update `tokio-rustls` & `rustls-pemfile` ([#269](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/269))
15+
916
## [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
1017

1118
### 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.7.1"
3+
version = "0.8.0"
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.7", path = "protocol" }
27+
rabbitmq-stream-protocol = { version = "0.8", 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/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.7.0"
3+
version = "0.8.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)