Skip to content

Commit

Permalink
Cut version 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jun 18, 2020
1 parent 166c8bb commit c4651c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# MockRedis Changelog

### 0.24.0

* Fix handling of blocks within `multi` blocks ([#185](https://github.com/sds/mock_redis/pull/185))
* Fix handling of multiple consecutive `?` characters in key pattern matching ([#186](https://github.com/sds/mock_redis/pull/186))
* Change `exists` to return an integer and add `exists?` ([#188](https://github.com/sds/mock_redis/pull/188))

### 0.23.0

* Raise error when `setex` called with negative timeout ([#174](https://github.com/sds/mock_redis/pull/174))
Expand Down
2 changes: 1 addition & 1 deletion lib/mock_redis/version.rb
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
class MockRedis
VERSION = '0.23.0'
VERSION = '0.24.0'
end

0 comments on commit c4651c7

Please sign in to comment.