Skip to content

Commit

Permalink
Release 0.9.0 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-moya authored Dec 15, 2020
1 parent a1a8532 commit f002281
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## v0.9.0 [(2020-12-15)](https://github.com/codeclimate/test-reporter/releases/tag/v0.9.0)

* [NEW] Add support for Simplecov `0.20.0` [#441](https://github.com/codeclimate/test-reporter/pull/441)
* [NEW] Add support for the llvm.coverage.json.export format. This is the format generated by the Swift Package Manager. [#439](https://github.com/codeclimate/test-reporter/pull/439)

## v0.8.0 [(2019-07-31)](https://github.com/codeclimate/test-reporter/releases/tag/v0.8.0)

* [NEW] Add `show-coverage` command [#424](https://github.com/codeclimate/test-reporter/pull/424)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ MAN_FILES = $(wildcard man/*.md)
MAN_PAGES = $(patsubst man/%.md,man/%,$(MAN_FILES))

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

0 comments on commit f002281

Please sign in to comment.