Skip to content

Commit 4f7c3a9

Browse files
committed
v0.6.5
1 parent fcb3220 commit 4f7c3a9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.mdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.6.4 (August 8, 2013)
212

313
Features:

lib/split/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Split
22
MAJOR = 0
33
MINOR = 6
4-
PATCH = 4
4+
PATCH = 5
55
VERSION = [MAJOR, MINOR, PATCH].join('.')
66
end

0 commit comments

Comments
 (0)