Skip to content

Commit

Permalink
Bump to v0.1.1g
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Oct 20, 2016
1 parent 9bd6518 commit 1c819c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
20 changes: 5 additions & 15 deletions CHANGELOG.md
@@ -1,19 +1,9 @@
## 0.1.0 (2015-10-14)
# [v0.1.1](https://github.com/dtan4/ec2c/releases/tag/v0.1.1) (2016-10-21)

Initial release
## Features

### Added
- Print version string with revision

- Add Fundamental features
# [v0.1.0](https://github.com/dtan4/ec2c/releases/tag/v0.1.0) (2016-09-18)

### Deprecated

- Nothing

### Removed

- Nothing

### Fixed

- Nothing
Initial release.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
NAME := ec2c
VERSION := v0.1.0
VERSION := v0.1.1
REVISION := $(shell git rev-parse --short HEAD)

LDFLAGS := -ldflags="-s -w -X \"main.Version=$(VERSION)\" -X \"main.Revision=$(REVISION)\""
Expand Down

0 comments on commit 1c819c9

Please sign in to comment.