File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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-05-29
10
+
11
+ ### Other
12
+
13
+ - Fix task leak ([ #292 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/292 ) )
14
+ - Fix new clippy version issues ([ #291 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/291 ) )
15
+ - Bump codecov/codecov-action from 5.4.0 to 5.4.2 ([ #285 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/285 ) )
16
+ - Bump codecov/codecov-action from 5.3.1 to 5.4.0 ([ #277 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/277 ) )
17
+ - Remove use of ` doc(cfg(...)) ` and the docsrs configuration ([ #282 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/282 ) )
18
+ - Update fake requirement from 3.0.0 to 4.2.0 ([ #281 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/281 ) )
19
+ - Fix doc build failed ([ #280 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/280 ) )
20
+ - Expose LeaderLocator enum ([ #279 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/279 ) )
21
+ - Dynamic send ([ #276 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/276 ) )
22
+ - FnOnce as Producer::send callback ([ #273 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/273 ) )
23
+
9
24
## [ 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
25
11
26
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rabbitmq-stream-client"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
authors = [
" wolf4ood <[email protected] >" ,
" korsmakolnikov <[email protected] >" ,
" gsantomaggio <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MPL-2.0"
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
6
6
7
7
## [ Unreleased]
8
8
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-05-29
10
+
11
+ ### Other
12
+
13
+ - Dynamic send ([ #276 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/276 ) )
14
+ - FnOnce as Producer::send callback ([ #273 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/273 ) )
15
+
9
16
## [ 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
10
17
11
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rabbitmq-stream-protocol"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
authors = [
" wolf4ood <[email protected] >" ,
" korsmakolnikov <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MPL-2.0"
You can’t perform that action at this time.
0 commit comments