Skip to content

Commit 0c5c131

Browse files
committed
Release v0.36.0.
1 parent c719e55 commit 0c5c131

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.35.0"
3+
version = "0.36.0"
44
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
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.0 (2023-11-08)
8+
9+
* Pivot the library from using librdkafka's callback interface to using
10+
the event interface. The public API of the crate does not change.
11+
712
## 0.35.0 (2023-11-07)
813

914
* Update bundled librdkafka to 2.3.0.

0 commit comments

Comments
 (0)