Skip to content

Commit 073c583

Browse files
author
Ale Paredes
authored
Prepare release v0.3.2 (#249)
1 parent dbe7b39 commit 073c583

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Change log
22

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)
44

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
611

712
## v0.3.0 [(2017-10-02)](https://github.com/codeclimate/test-reporter/releases/tag/v0.3.0)
813

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MAN_FILES = $(wildcard man/*.md)
1010
MAN_PAGES = $(patsubst man/%.md,man/%,$(MAN_FILES))
1111

1212
PROJECT = github.com/codeclimate/test-reporter
13-
VERSION ?= 0.3.1
13+
VERSION ?= 0.3.2
1414
BUILD_VERSION = $(shell git log -1 --pretty=format:'%H')
1515
BUILD_TIME = $(shell date +%FT%T%z)
1616
LDFLAGS = -ldflags "-X $(PROJECT)/version.Version=${VERSION} -X $(PROJECT)/version.BuildVersion=${BUILD_VERSION} -X $(PROJECT)/version.BuildTime=${BUILD_TIME}"

0 commit comments

Comments
 (0)