Skip to content

Commit 7b574f3

Browse files
committed
Version 0.6.6
1 parent c17dcc2 commit 7b574f3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.mdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.6.6 (October 15th, 2013)
2+
3+
Features:
4+
5+
- Sort experiments on Dashboard so "active" ones without a winner appear first (@swrobel, #204)
6+
- Starting tests manually (@duksis, #209)
7+
8+
Bugfixes:
9+
10+
- Only trigger completion callback with valid Trial (@segfaultAX, #208)
11+
- Fixed bug with `resettable` when using `normalize_experiments` (@jonashuckestein, #213)
12+
13+
Misc:
14+
15+
- Added more bots to filter list (@lbeder, #214, #215, #216)
16+
117
## 0.6.5 (August 23, 2013)
218

319
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 = 5
4+
PATCH = 6
55
VERSION = [MAJOR, MINOR, PATCH].join('.')
66
end

0 commit comments

Comments
 (0)