Skip to content

Commit 157d81e

Browse files
committed
Fix version.
1 parent f09348e commit 157d81e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.31.0"
3+
version = "0.32.1"
44
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
55
repository = "https://github.com/fede1024/rust-rdkafka"
66
readme = "README.md"

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
44

55
## Unreleased
66

7-
## 0.32.0 (2023-06-09)
7+
## 0.32.1 (2023-06-09)
88

99
* Add support for the cluster mock API.
1010
* Expose assignment_lost method on the consumer.

0 commit comments

Comments
 (0)