Skip to content

Commit cff4ae0

Browse files
authored
fix ruby mismatch (#730)
1 parent c503772 commit cff4ae0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Rdkafka Changelog
22

3+
## 0.24.1 (2025-10-10)
4+
- [Fix] Fix Github Action Ruby reference preventing non-compiled releases.
5+
36
## 0.24.0 (2025-10-10)
47
- [Enhancement] Bump librdkafka to `2.11.1`
58

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.24.0"
4+
VERSION = "0.24.1"
55
LIBRDKAFKA_VERSION = "2.11.1"
66
LIBRDKAFKA_SOURCE_SHA256 = "a2c87186b081e2705bb7d5338d5a01bc88d43273619b372ccb7bb0d264d0ca9f"
77
end

0 commit comments

Comments
 (0)