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 c503772 commit cff4ae0Copy full SHA for cff4ae0
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Rdkafka Changelog
2
3
+## 0.24.1 (2025-10-10)
4
+- [Fix] Fix Github Action Ruby reference preventing non-compiled releases.
5
+
6
## 0.24.0 (2025-10-10)
7
- [Enhancement] Bump librdkafka to `2.11.1`
8
lib/rdkafka/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Rdkafka
- VERSION = "0.24.0"
+ VERSION = "0.24.1"
LIBRDKAFKA_VERSION = "2.11.1"
LIBRDKAFKA_SOURCE_SHA256 = "a2c87186b081e2705bb7d5338d5a01bc88d43273619b372ccb7bb0d264d0ca9f"
end
0 commit comments