Skip to content

Commit eff2784

Browse files
authored
v0.15.1 release + desc change (#405)
1 parent 141c510 commit eff2784

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1 (Unreleased)
3+
## 0.15.1 (2024-01-30)
44
- [Enhancement] Provide support for Nix OS (alexandriainfantino)
55
- [Enhancement] Replace `rd_kafka_offset_store` with `rd_kafka_offsets_store` (mensfeld)
66
- [Enhancement] Alias `topic_name` as `topic` in the delivery report (mensfeld)

rdkafka.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
require File.expand_path('lib/rdkafka/version', __dir__)
44

55
Gem::Specification.new do |gem|
6-
gem.authors = ['Thijs Cadier']
6+
gem.authors = ['Thijs Cadier', 'Maciej Mensfeld']
77
gem.email = ["[email protected]"]
88
gem.description = "Modern Kafka client library for Ruby based on librdkafka"
9-
gem.summary = "The rdkafka gem is a modern Kafka client library for Ruby based on librdkafka. It wraps the production-ready C client using the ffi gem and targets Kafka 1.0+ and Ruby 2.4+."
9+
gem.summary = "The rdkafka gem is a modern Kafka client library for Ruby based on librdkafka. It wraps the production-ready C client using the ffi gem and targets Kafka 1.0+ and Ruby 2.7+."
1010
gem.license = 'MIT'
1111

1212
gem.files = `git ls-files`.split($\)

0 commit comments

Comments
 (0)