Skip to content

Commit 6a98283

Browse files
chore: release (#284)
* chore: release * update to 0.9.0 Signed-off-by: Gabriele Santomaggio <[email protected]> * update to 0.9.0 Signed-off-by: Gabriele Santomaggio <[email protected]> --------- 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 cb9b648 commit 6a98283

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Other
12+
13+
- OnClosed callback for producer ([#293](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/293))
14+
- Update derive_more requirement from 0.99 to 2.0 ([#294](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/294))
15+
- Fix task leak ([#292](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/292))
16+
- Fix new clippy version issues ([#291](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/291))
17+
- Bump codecov/codecov-action from 5.4.0 to 5.4.2 ([#285](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/285))
18+
- Bump codecov/codecov-action from 5.3.1 to 5.4.0 ([#277](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/277))
19+
- Remove use of `doc(cfg(...))` and the docsrs configuration ([#282](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/282))
20+
- Update fake requirement from 3.0.0 to 4.2.0 ([#281](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/281))
21+
- Fix doc build failed ([#280](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/280))
22+
- Expose LeaderLocator enum ([#279](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/279))
23+
- Dynamic send ([#276](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/276))
24+
- FnOnce as Producer::send callback ([#273](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/273))
25+
926
## [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
1027

1128
### 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.8.0"
3+
version = "0.9.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.8", path = "protocol" }
27+
rabbitmq-stream-protocol = { version = "0.9", 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Other
12+
13+
- Update derive_more requirement from 0.99 to 2.0 ([#294](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/294))
14+
- Dynamic send ([#276](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/276))
15+
- FnOnce as Producer::send callback ([#273](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/273))
16+
917
## [0.7.0](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.6.0...rabbitmq-stream-protocol-v0.7.0) - 2024-11-21
1018

1119
### 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.8.0"
3+
version = "0.9.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)