Skip to content

Commit

Permalink
Align with karafka 2.1.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored May 22, 2023
1 parent 5f5d288 commit b9b4445
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Karafka Test gem changelog

## 2.1.0 (2023-05-22)
- Align Karafka expectations to match `2.1.0`.

## 2.0.11 (2023-04-13)
- Align metadata builder format with Karafka `2.0.40`.

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PATH
remote: .
specs:
karafka-testing (2.0.11)
karafka (>= 2.0.40, < 3.0.0)
karafka-testing (2.1.0)
karafka (>= 2.1.0, < 3.0.0)

GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.2.2)
ffi (1.15.5)
karafka (2.0.40)
karafka (2.1.0)
karafka-core (>= 2.0.12, < 3.0.0)
thor (>= 0.20)
waterdrop (>= 2.4.10, < 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion karafka-testing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
end

spec.add_dependency 'karafka', '>= 2.0.40', '< 3.0.0'
spec.add_dependency 'karafka', '>= 2.1.0', '< 3.0.0'

spec.metadata = {
'funding_uri' => 'https://karafka.io/#become-pro',
Expand Down
2 changes: 1 addition & 1 deletion lib/karafka/testing/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
module Karafka
module Testing
# Current version of gem. It should match Karafka framework version
VERSION = '2.0.11'
VERSION = '2.1.0'
end
end

0 comments on commit b9b4445

Please sign in to comment.