Skip to content

Commit

Permalink
Cut version 0.40.0 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Nov 16, 2023
1 parent 93b956f commit d1e02a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MockRedis Changelog

### 0.40.0

* Add support for `call` method name to be case insensitive
* Add support for `zmscore`

### 0.39.0

* Add support for calling `call` in `pipelined` block
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.39.0'
VERSION = '0.40.0'
end

0 comments on commit d1e02a1

Please sign in to comment.