Skip to content

Commit 051e75d

Browse files
Release version 1.10.0
1 parent 62bf002 commit 051e75d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
## master
22

3-
## x.y.z
4-
5-
- Add ability to clear namespaces (#202). This operation can run for a very long time if the namespace contains
6-
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.
3+
## 1.10.0
4+
5+
- Bump actions/checkout from 2 to 3 (#206)
6+
- Allow Redis#close (#209)
7+
- Remove broken link to source code in gemspec (#214)
8+
- Add support for `connection_pool` gem (#215)
9+
- Add `sadd_returns_boolean` + `sadd?` method (#217)
10+
- 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.
711

812
## 1.9.0
913

lib/redis/namespace/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
class Redis
44
class Namespace
5-
VERSION = '1.9.0'
5+
VERSION = '1.10.0'
66
end
77
end

0 commit comments

Comments
 (0)