File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
- ## v0.3.1 [ (2017-10-02 )] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.3.0 )
3
+ ## v0.3.2 [ (2017-10-30 )] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.3.2 )
4
4
5
- * [ FIX] "format-coverage" "--add-prefix" option when is an empty string
5
+ * [ FIX] Update ` coverage.py ` formatter to parse ` <source> ` tags and correctly create
6
+ source file paths. [ #247 ] [ ]
7
+
8
+ ## v0.3.1 [ (2017-10-02)] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.3.1 )
9
+
10
+ * [ FIX] "format-coverage" "--add-prefix" option when is an empty string
6
11
7
12
## v0.3.0 [ (2017-10-02)] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.3.0 )
8
13
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.3.1
13
+ VERSION ?= 0.3.2
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