Skip to content

Commit 461a1eb

Browse files
author
Ale Paredes
authored
Release 0.7.0 (#400)
1 parent 3ee4f71 commit 461a1eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
## v0.7.0 [(2019-07-31)](https://github.com/codeclimate/test-reporter/releases/tag/v0.7.0)
4+
5+
* [NEW] Add support to xccov JSON report (Swift/Xcode 11) [#399][]
6+
7+
38
## v0.6.4 [(2019-01-22)](https://github.com/codeclimate/test-reporter/releases/tag/v0.6.4)
49

510
* [NEW] Updates release strategy to build a new Linux binary that uses

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.6.4
13+
VERSION ?= 0.7.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)