Skip to content

Commit 2b49e89

Browse files
authored
Promote to 0.16 (#444)
1 parent f233c42 commit 2b49e89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rdkafka Changelog
22

3-
## 0.15.2 (Unreleased)
3+
## 0.16.0 (Unreleased)
44
- **[Feature]** Oauthbearer token refresh callback (bruce-szalwinski-he)
55
- [Enhancement] Replace time poll based wait engine with an event based to improve response times on blocking operations and wait (nijikon + mensfeld)
66
- [Enhancement] Allow for usage of the second regex engine of librdkafka by setting `RDKAFKA_DISABLE_REGEX_EXT` during build (mensfeld)

lib/rdkafka/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Rdkafka
4-
VERSION = "0.15.2"
4+
VERSION = "0.16.0"
55
LIBRDKAFKA_VERSION = "2.3.0"
66
LIBRDKAFKA_SOURCE_SHA256 = "2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12"
77
end

0 commit comments

Comments
 (0)