Skip to content

Commit

Permalink
Release v0.36.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblewett committed Jan 16, 2024
1 parent ed29316 commit bb76b5b
Show file tree
Hide file tree
Showing 3 changed files with 3 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.36.1"
version = "0.36.2"
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
repository = "https://github.com/fede1024/rust-rdkafka"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).

## Unreleased

## 0.36.1 (2024-01-11)
## 0.36.2 (2024-01-16)

* Update `BaseConsumer::poll` to return `None` when handling rebalance
or offset commit events.
Expand Down

0 comments on commit bb76b5b

Please sign in to comment.