Skip to content

Commit fccc1ac

Browse files
committed
Release version 1.0.1
1 parent f2d6e93 commit fccc1ac

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,3 +1,7 @@
1+
## 1.0.1 (2016-03-25)
2+
3+
Support `Test::Unit` 3.x.
4+
15
## 1.0.0 (2014-07-24)
26

37
The first release after being separated from `ci_reporter`.

lib/ci/reporter/test_unit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module CI
22
module Reporter
33
module TestUnitVersion
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)