Skip to content

Commit

Permalink
Prepare release 0.2.2 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale Paredes committed Sep 6, 2017
1 parent ec0ac32 commit 3017511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v0.2.2 [(2017-09-06)](https://github.com/codeclimate/test-reporter/releases/tag/v0.2.2)

* [FIX] Fix build task to statically compile binaries [#221][]

[#221]: https://github.com/codeclimate/test-reporter/pull/221

## v0.2.1 [(2017-09-05)](https://github.com/codeclimate/test-reporter/releases/tag/v0.2.1)

* [FIX] Update `Cobertura` formatter to parse `<source>` tags and correctly source file
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1
VERSION ?= 0.2.2
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}"
Expand Down

0 comments on commit 3017511

Please sign in to comment.