File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.2.1 [ (2017-09-05)] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.2.1 )
6
+
7
+ * [ FIX] Update ` Cobertura ` formatter to parse ` <source> ` tags and correctly source file
8
+ paths. [ #218 ] [ ]
9
+
10
+ [ #218 ] : https://github.com/codeclimate/test-reporter/pull/218
11
+
5
12
## v0.2.0 [ (2017-08-24)] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.2.0 )
6
13
7
14
* [ NEW] Add support for DroneCI by @teohm [ #215 ] [ ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ MAN_FILES = $(wildcard man/*.md)
10
10
MAN_PAGES = $(patsubst man/% .md,man/% ,$(MAN_FILES ) )
11
11
12
12
PROJECT = github.com/codeclimate/test-reporter
13
- VERSION ?= 0.2.0
13
+ VERSION ?= 0.2.1
14
14
BUILD_VERSION = $(shell git log -1 --pretty=format:'% H')
15
15
BUILD_TIME = $(shell date +% FT% T% z)
16
16
LDFLAGS = -ldflags "-X $(PROJECT ) /version.Version=${VERSION} -X $(PROJECT ) /version.BuildVersion=${BUILD_VERSION} -X $(PROJECT ) /version.BuildTime=${BUILD_TIME}"
You can’t perform that action at this time.
0 commit comments