Skip to content

Commit

Permalink
Cut version 0.47.0 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Nov 27, 2024
1 parent 615c184 commit 465a0e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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.47.0

* Add support for `redis-rb` gem versions 5.x
* Drop support for `redis-rb` gem versions < 5.x

### 0.46.0

* Fix `hset` for array of key-value pairs
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ for use in tests.

## Requirements

Ruby 3.0+
Ruby 3.x
redis-rb 5.x

The current implementation is tested against Redis 6.2. Older versions may work, but can also return different results or not support some commands.
The current implementation is **tested against Redis 6.2 and 7.0**. Older versions may work, but can also return different results or not support some commands.

## Getting Started

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.46.0'
VERSION = '0.47.0'
end

0 comments on commit 465a0e2

Please sign in to comment.