Skip to content

Commit

Permalink
Support latest version of xxhash
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuk09 committed Jun 13, 2024
1 parent 3440f0e commit 56d7d5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.5] - 2024-06-13

- Support latest version of xx-hash

## [0.1.4] - 2022-11-19

- Support redis-rb 5.x
Expand Down
2 changes: 1 addition & 1 deletion heavy_keeper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'dry-configurable', '>= 0.13.0'
spec.add_dependency 'dry-schema', '~> 1'
spec.add_dependency 'redis'
spec.add_dependency 'xxhash', '~> 0.4.0'
spec.add_dependency 'xxhash'

spec.metadata['rubygems_mfa_required'] = 'true'
end
2 changes: 1 addition & 1 deletion lib/heavy_keeper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HeavyKeeper
VERSION = '0.1.4'
VERSION = '0.1.5'
end

0 comments on commit 56d7d5d

Please sign in to comment.