Skip to content

Commit

Permalink
Release v0.33.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblewett committed Jun 30, 2023
1 parent d036b2e commit e27049f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdkafka"
version = "0.32.2"
version = "0.33.0"
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
repository = "https://github.com/fede1024/rust-rdkafka"
readme = "README.md"
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).

## Unreleased

* Add seek_partitions to consumer.
## 0.33.0 (2023-06-30)

* Add interface to specify custom partitioners by extending `ProducerContext`
trait with capability to return optional custom partitioner.
* Add `seek_partitions` to consumer.

## 0.32.1 (2023-06-09)

Expand Down

0 comments on commit e27049f

Please sign in to comment.