Skip to content

Commit

Permalink
chore(rabbitmq-stream-client): release v0.8.0 (#270)
Browse files Browse the repository at this point in the history
* chore(rabbitmq-stream-client): release v0.7.2
* update codec to 0.8.0


---------

Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
  • Loading branch information
github-actions[bot] and Gsantomaggio authored Feb 11, 2025
1 parent cac809b commit 1977a2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- Deserialize `ClientOption` with serde ([#271](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/271))
- Update `tokio-rustls` & `rustls-pemfile` ([#269](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/269))

## [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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabbitmq-stream-client"
version = "0.7.1"
version = "0.8.0"
authors = ["wolf4ood <enrico.risa@gmail.com>", "korsmakolnikov <korsmakolnikov@gmail.com>", "gsantomaggio <g.santomaggio@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MPL-2.0"
Expand All @@ -24,7 +24,7 @@ members = [
[dependencies]
tokio-rustls = { version = "0.26.1" }
rustls-pemfile = "2.2.0"
rabbitmq-stream-protocol = { version = "0.7", path = "protocol" }
rabbitmq-stream-protocol = { version = "0.8", path = "protocol" }
tokio = { version = "1.29.1", features = ["full"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
bytes = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabbitmq-stream-protocol"
version = "0.7.0"
version = "0.8.0"
authors = ["wolf4ood <enrico.risa@gmail.com>", "korsmakolnikov <korsmakolnikov@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MPL-2.0"
Expand Down

0 comments on commit 1977a2c

Please sign in to comment.