Skip to content

Commit

Permalink
Release version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Dec 21, 2022
1 parent 62bf002 commit 051e75d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## master

## x.y.z

- Add ability to clear namespaces (#202). This operation can run for a very long time if the namespace contains
lots of keys! It should be used in tests, or when the namespace is small enough and you are sure you know what you are doing.
## 1.10.0

- Bump actions/checkout from 2 to 3 (#206)
- Allow Redis#close (#209)
- Remove broken link to source code in gemspec (#214)
- Add support for `connection_pool` gem (#215)
- Add `sadd_returns_boolean` + `sadd?` method (#217)
- Add ability to clear namespaces (#202). This operation can run for a very long time if the namespace contains lots of keys! It should be used in tests, or when the namespace is small enough and you are sure you know what you are doing.

## 1.9.0

Expand Down
2 changes: 1 addition & 1 deletion lib/redis/namespace/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

class Redis
class Namespace
VERSION = '1.9.0'
VERSION = '1.10.0'
end
end

0 comments on commit 051e75d

Please sign in to comment.