Skip to content

Commit 64bc9b6

Browse files
committed
Release v0.33.0.
1 parent d036b2e commit 64bc9b6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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.32.2"
3+
version = "0.33.0"
44
authors = ["Federico Giraud <[email protected]>"]
55
repository = "https://github.com/fede1024/rust-rdkafka"
66
readme = "README.md"

changelog.md

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

55
## Unreleased
66

7-
* Add seek_partitions to consumer.
7+
## 0.33.0 (2023-06-30)
8+
9+
* Add interface to specify custom partitioners by extending `ProducerContext`
10+
trait with capability to return optional custom partitioner.
11+
* Add `seek_partitions` to consumer.
812

913
## 0.32.1 (2023-06-09)
1014

0 commit comments

Comments
 (0)