Skip to content

Commit e27049f

Browse files
committed
Release v0.33.0.
1 parent d036b2e commit e27049f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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

+5-1
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)