File tree Expand file tree Collapse file tree 5 files changed +35
-3
lines changed Expand file tree Collapse file tree 5 files changed +35
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ## [ 0.4.1] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.4.0...rabbitmq-stream-client-v0.4.1 ) - 2023-10-25
10
+
11
+ ### Added
12
+ - add workflow for release-plz ([ #200 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/200 ) )
13
+
14
+ ### Other
15
+ - expose store_offset and query_offset in consumer ([ #203 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/203 ) )
16
+ - release-plz config
17
+ - Update ordered-float requirement from 3.0.0 to 4.1.0 ([ #199 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/199 ) )
18
+ - Bump docker/build-push-action from 4 to 5 ([ #198 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/198 ) )
19
+ - Bump actions/checkout from 3 to 4 ([ #196 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/196 ) )
20
+ - Bump docker/setup-buildx-action from 2 to 3 ([ #197 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/197 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rabbitmq-stream-client"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [" wolf4ood <enrico.risa@gmail.com>" , " korsmakolnikov <korsmakolnikov@gmail.com>" , " gsantomaggio <g.santomaggio@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MPL-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " benchmark"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ## [ 0.4.1] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.4.0...rabbitmq-stream-protocol-v0.4.1 ) - 2023-10-25
10
+
11
+ ### Other
12
+ - Update ordered-float requirement from 3.0.0 to 4.1.0 ([ #199 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/199 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rabbitmq-stream-protocol"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [" wolf4ood <enrico.risa@gmail.com>" , " korsmakolnikov <korsmakolnikov@gmail.com>" ]
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