Skip to content

Commit

Permalink
Cut version 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 5, 2021
1 parent a5686c9 commit 3015ab8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# MockRedis Changelog

### 0.27.0

* Fix handling of keyword arguments on Ruby 3 ([#199](https://github.com/sds/mock_redis/pull/199))
* Allow passing string `offset` to `setbit` ([#200](https://github.com/sds/mock_redis/pull/200))
* Add `connection` method ([#201](https://github.com/sds/mock_redis/pull/201))

### 0.26.0

* Add block and count support to `xread` ([#194](https://github.com/sds/mock_redis/pull/194))
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.26.0'
VERSION = '0.27.0'
end

0 comments on commit 3015ab8

Please sign in to comment.