Skip to content

Commit

Permalink
Cut version 0.45.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Sep 13, 2024
1 parent 9df4b4f commit 30eb1bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# MockRedis Changelog

### 0.45.0

* Add support for `count` argument of `rpop`

### 0.44.0

* Add suppore for `memory usage` command
* Add support for `memory usage` command

### 0.43.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.44.0'
VERSION = '0.45.0'
end

0 comments on commit 30eb1bc

Please sign in to comment.