Skip to content

Commit f6e57c9

Browse files
committed
Release v0.5.0
1 parent 2c088e1 commit f6e57c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## v0.5.0 [(2018-02-26)](https://github.com/codeclimate/test-reporter/releases/tag/v0.5.0)
4+
5+
* [NEW] Add flag to upload coverage insecurely [#310][]
6+
7+
[#310]: https://github.com/codeclimate/test-reporter/pull/310
8+
39
## v0.4.5 [(2018-02-19)](https://github.com/codeclimate/test-reporter/releases/tag/v0.4.5)
410

511
* [FIX] Add partial automated support for Heroku CI builds [#305][]

Makefile

+1-1
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.4.5
13+
VERSION ?= 0.5.0
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)