Skip to content

Commit

Permalink
Cut version 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed May 1, 2021
1 parent 622d0b1 commit 62ad386
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# MockRedis Changelog

### 0.28.0

* Fix `hmset` exception ([#206](https://github.com/sds/mock_redis/pull/206))
* Fix `hmset` to accept hashes in addition to key/value pairs ([#208](https://github.com/sds/mock_redis/pull/208))
* Fix stream ID regex to support `(` ([#209](https://github.com/sds/mock_redis/pull/209))
* Allow `mget` to accept a block ([#210](https://github.com/sds/mock_redis/pull/210))

### 0.27.3

* Ensure `ruby2_keywords` dependency is `require`d at runtime
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.27.3'
VERSION = '0.28.0'
end

0 comments on commit 62ad386

Please sign in to comment.