Skip to content

Commit

Permalink
Cut version 0.23.0
Browse files Browse the repository at this point in the history
Update change log while we are here.
  • Loading branch information
sds committed Apr 22, 2020
1 parent 16d0078 commit 72a1c34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# MockRedis Changelog

### master (unreleased)
### 0.23.0

* Raise error when `setex` called with negative timeout ([#174](https://github.com/sds/mock_redis/pull/174))
* Add support for `dump`/`restore` between MockRedis instances ([#176](https://github.com/sds/mock_redis/pull/176))
* Fix warnings for ZSET methods on Ruby 2.7 ([#177](https://github.com/sds/mock_redis/pull/177))
* Add support for returning time in pipelines ([#179](https://github.com/sds/mock_redis/pull/179))
* Fix SET methods to correct set milliseconds with `px` ([#180](https://github.com/sds/mock_redis/pull/180))
* Add support for unsorted sets within `zinterstore`/`zunionstore`([#182](https://github.com/sds/mock_redis/pull/182))

### 0.22.0

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.22.0'
VERSION = '0.23.0'
end

0 comments on commit 72a1c34

Please sign in to comment.