Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #55 from dtan4/prepare-v0.5.6
Browse files Browse the repository at this point in the history
Bump the version to v0.5.6
  • Loading branch information
dtan4 committed Jan 23, 2017
2 parents e94c187 + f7cda79 commit 63ecbfb
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
@@ -1,3 +1,9 @@
# [v0.5.6](https://github.com/dtan4/valec/releases/tag/v0.5.6) (2017-01-23)

## Features

- Add alias `valec ns` for `valec namespaces` [#54](https://github.com/dtan4/valec/pull/54)

# [v0.5.5](https://github.com/dtan4/valec/releases/tag/v0.5.5) (2017-01-20)

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := valec
VERSION := v0.5.5
VERSION := v0.5.6
REVISION := $(shell git rev-parse --short HEAD)

SRCS := $(shell find . -name '*.go' -type f)
Expand Down

0 comments on commit 63ecbfb

Please sign in to comment.