Skip to content

Commit 978123f

Browse files
committed
rdkafka: release v0.31.0
1 parent 0ab2770 commit 978123f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdkafka"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
authors = ["Federico Giraud <[email protected]>"]
55
repository = "https://github.com/fede1024/rust-rdkafka"
66
readme = "README.md"

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
44

55
## Unreleased
66

7+
## 0.31.0 (2023-05-17)
8+
79
* **Breaking change.** Pass `KafkaError` to rebalance hooks instead of human-readable string
810
representation.
911

0 commit comments

Comments
 (0)