diff --git a/CHANGELOG.md b/CHANGELOG.md index 18cfe2c..72cec7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.0.3 [unreleased] +## v0.0.3 [16/07/13] - 16/07/07 chore(vendor): update codegansta vendor to urfave (SFR) chore(docker): update Go version to 1.6 in Docker deployment chore(build): add travis build support diff --git a/Makefile b/Makefile index 0a5ead7..9e57932 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ export GO15VENDOREXPERIMENT=1 # ----------------------------------------------------------------- # version -VERSION=0.0.3-SNAPSHOT +VERSION=0.0.3 BUILDDATE=$(shell date -u '+%s') BUILDHASH=$(shell git rev-parse --short HEAD) VERSION_FLAG=-ldflags "-X main.Version=$(VERSION) -X main.GitHash=$(BUILDHASH) -X main.BuildStmp=$(BUILDDATE)" diff --git a/README.md b/README.md index cacd021..2f29529 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ #HANDSONGO -[![Build Status](https://travis-ci.org/sebastienfr/handsongo.svg?branch=develop)](https://travis-ci.org/sebastienfr/handsongo) +[![Build Status](https://travis-ci.org/sebastienfr/handsongo.svg?branch=master)](https://travis-ci.org/sebastienfr/handsongo) [![GoDoc](https://godoc.org/github.com/sebastienfr/handsongo?status.svg)](https://godoc.org/github.com/sebastienfr/handsongo) [![codebeat badge](https://codebeat.co/badges/4c43152a-e6f8-4781-b1b4-9f5c9c040c00)](https://codebeat.co/projects/github-com-sebastienfr-handsongo) [![Software License](http://img.shields.io/badge/license-APACHE2-blue.svg)](https://github.com/sebastienfr/handsongo/blob/master/LICENSE)