We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbd30b commit b419245Copy full SHA for b419245
README.md
@@ -163,7 +163,7 @@ bundle exec rake produce_messages
163
164
| rdkafka-ruby | librdkafka | patches |
165
|-|-|-|
166
-| 0.21.0 (2025-02-13) | 2.8.0 (2025-01-07) | yes |
+| 0.21.x (2025-02-13) | 2.8.0 (2025-01-07) | yes |
167
| 0.20.0 (2025-01-07) | 2.6.1 (2024-11-18) | yes |
168
| 0.19.0 (2024-10-01) | 2.5.3 (2024-09-02) | yes |
169
| 0.18.0 (2024-09-02) | 2.5.0 (2024-06-10) | yes |
lib/rdkafka/version.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
module Rdkafka
4
- VERSION = "0.21.1"
+ VERSION = "0.21.1.alpha1"
5
LIBRDKAFKA_VERSION = "2.8.0"
6
LIBRDKAFKA_SOURCE_SHA256 = "5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25"
7
end
0 commit comments