Skip to content

Commit

Permalink
chore: release (#201)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 30, 2023
1 parent 277aebb commit 0f44f71
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Added
- add workflow for release-plz ([#200](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/200))

### Other
- expose store_offset and query_offset in consumer ([#203](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/203))
- release-plz config
- Update ordered-float requirement from 3.0.0 to 4.1.0 ([#199](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/199))
- Bump docker/build-push-action from 4 to 5 ([#198](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/198))
- Bump actions/checkout from 3 to 4 ([#196](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/196))
- Bump docker/setup-buildx-action from 2 to 3 ([#197](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/197))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabbitmq-stream-client"
version = "0.4.0"
version = "0.4.1"
authors = ["wolf4ood <[email protected]>", "korsmakolnikov <[email protected]>", "gsantomaggio <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion benchmark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benchmark"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
12 changes: 12 additions & 0 deletions protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Other
- Update ordered-float requirement from 3.0.0 to 4.1.0 ([#199](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/199))
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.4.0"
version = "0.4.1"
authors = ["wolf4ood <[email protected]>", "korsmakolnikov <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MPL-2.0"
Expand Down

0 comments on commit 0f44f71

Please sign in to comment.