Skip to content

Commit 6154c84

Browse files
committed
Release v0.36.1.
1 parent 9b44aba commit 6154c84

File tree

2 files changed

+6
-1
lines changed

2 files changed

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

changelog.md

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

55
## Unreleased
66

7+
## 0.36.1 (2024-01-11)
8+
9+
* Update `BaseConsumer::poll` to return `None` when handling rebalance
10+
or offset commit events.
11+
712
## 0.36.0 (2023-11-08)
813

914
* Pivot the library from using librdkafka's callback interface to using

0 commit comments

Comments
 (0)