Skip to content

Commit fe6f417

Browse files
committed
Changelog and version.
1 parent bb2ad4e commit fe6f417

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
## v0.3.3 - September 21, 2015
5+
6+
* ZINTERSTORE and ZUNIONSTORE now work with sets.
7+
48
## v0.3.2 - August 19, 2015
59

610
* BITCOUNT

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "name": "fakeredis",
2-
"version": "0.3.2",
2+
"version": "0.3.3",
33
"description": "Fake redis for testing, works as a drop-in replacement for node_redis",
44
"keywords": [ "test", "spec", "fake", "redis", "simulated", "implementation", "client" ],
55
"author": "Hristo Dachev <[email protected]>",

0 commit comments

Comments
 (0)