Skip to content

Commit

Permalink
Cut version 0.46.0 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Nov 14, 2024
1 parent b242659 commit ab8638b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MockRedis Changelog

### 0.46.0

* Fix `hset` for array of key-value pairs

### 0.45.0

* Add support for `count` argument of `rpop`
Expand Down
2 changes: 1 addition & 1 deletion lib/mock_redis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
class MockRedis
VERSION = '0.45.0'
VERSION = '0.46.0'
end

0 comments on commit ab8638b

Please sign in to comment.