Skip to content

Commit 016b057

Browse files
committed
version bump to 1.3.2 (and changelog)
1 parent 46b3d0e commit 016b057

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.3.2
2+
3+
- Fix #68: Capital commands (e.g. redis.send('GET', 'foo'))
4+
- Fix #67: Nested namespace vs. `eval` command
5+
- Fix #65: Require redis ~> 3.0.4 for upstream bugfix
6+
- Feature: Resque::Namespace::VERSION constant
7+
8+
## 1.3.1
9+
10+
- Fix: (Security) don't proxy `exec` through `#method_missing`
11+
- Fix #62: Don't try to remove namespace from `Redis::Future`
12+
- Fix #61: Support `multi` with no block
13+
- Feature #58: Support `echo`, `exec`, `strlen` commands
14+
115
## 1.3.0
216

317
Features:

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.3.1'
5+
VERSION = '1.3.2'
66
end
77
end

0 commit comments

Comments
 (0)