We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb3220 commit 4f7c3a9Copy full SHA for 4f7c3a9
CHANGELOG.mdown
@@ -1,3 +1,13 @@
1
+## 0.6.5 (August 23, 2013)
2
+
3
+Features:
4
5
+ - Added Redis adapter for persisting experiments across sessions (@fengb, #203)
6
7
+Misc:
8
9
+ - Expand upon algorithms section in README (@swrobel, #200)
10
11
## 0.6.4 (August 8, 2013)
12
13
Features:
lib/split/version.rb
@@ -1,6 +1,6 @@
module Split
MAJOR = 0
MINOR = 6
- PATCH = 4
+ PATCH = 5
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments