Skip to content

Commit

Permalink
Cut version 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 15, 2024
1 parent 43d9780 commit 5fd7f6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# MockRedis Changelog

### 0.42.0

* Drop support for Ruby 2.x
* Add support for `srem?`

### 0.41.0

* Add support for `expire`-related command options `nx`/`xx`/`lt`/`gt`
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.41.0'
VERSION = '0.42.0'
end

0 comments on commit 5fd7f6e

Please sign in to comment.