Skip to content

Commit

Permalink
Cut version 0.39.0 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Nov 2, 2023
1 parent dd84624 commit ff02359
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.39.0

* Add support for calling `call` in `pipelined` block
* Fix `sadd` to stringify array

### 0.38.0

* Fix detection of stream key types
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.38.0'
VERSION = '0.39.0'
end

0 comments on commit ff02359

Please sign in to comment.