Skip to content

Commit

Permalink
Cut version 0.37.0 (#274)
Browse files Browse the repository at this point in the history
* Require Ruby 2.7 or newer, since Ruby 2.6 and older are EOL
* Remove unnecessary files from gem contents
* Add support for popping multiple items with `lpop`
* Add support for `scan` with type option
* Add support for `sadd?`
* Add support for scanning on keys containing hash tags (`{...}`)
  • Loading branch information
sds committed Aug 8, 2023
1 parent 365ac37 commit 8b01807
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# MockRedis Changelog

### 0.37.0

* Require Ruby 2.7 or newer, since Ruby 2.6 and older are EOL
* Remove unnecessary files from gem contents
* Add support for popping multiple items with `lpop`
* Add support for `scan` with type option
* Add support for `sadd?`
* Add support for scanning on keys containing hash tags (`{...}`)

### 0.36.0

* Add support for `smismember`
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.36.0'
VERSION = '0.37.0'
end

0 comments on commit 8b01807

Please sign in to comment.