Skip to content

Commit b7a4eed

Browse files
author
Ale Paredes
authored
Release 0.6.4 (#384)
1 parent 813301b commit b7a4eed

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## v0.6.4 [(2019-01-22)](https://github.com/codeclimate/test-reporter/releases/tag/v0.6.4)
4+
5+
* [NEW] Updates release strategy to build a new Linux binary that uses
6+
`netcgo` [#382][]
7+
8+
[#382]: https://github.com/codeclimate/test-reporter/pull/382
9+
310
## v0.6.3 [(2018-09-04)](https://github.com/codeclimate/test-reporter/releases/tag/v0.6.3)
411

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

Diff for: Makefile

+2-2
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.3
13+
VERSION ?= 0.6.4
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}"
@@ -151,7 +151,7 @@ clean:
151151
sudo $(RM) -r ./artifacts
152152
$(RM) $(MAN_PAGES)
153153

154-
# Must be run in a OS X machine. OS X binary is build natively.
154+
# Must be run in a OS X machine. OS X binary is build natively.
155155
release:
156156
$(MAKE) build-docker-linux
157157
$(MAKE) build-docker-linux-cgo

0 commit comments

Comments
 (0)