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 #66 from dtan4/prepare-v0.7.0
Browse files Browse the repository at this point in the history
Bump the version to v0.7.0
  • Loading branch information
dtan4 committed Feb 6, 2018
2 parents ce89775 + 392bde3 commit 8f1a933
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [v0.7.0](https://github.com/dtan4/valec/releases/tag/v0.7.0) (2018-02-06)

- Overwrite envs correctly by using os.Setenv [#65](https://github.com/dtan4/valec/pull/65)
- Build with Go 1.9.x by dtan4 [#63](https://github.com/dtan4/valec/pull/63)
- Hide values in list command by default [#62](https://github.com/dtan4/valec/pull/62)
- Use tabwriter to compose secrets table [#61](https://github.com/dtan4/valec/pull/61)

# [v0.6.2](https://github.com/dtan4/valec/releases/tag/v0.6.2) (2017-02-02)

Features and behaviors are the same as v0.6.1.
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.6.2
VERSION := v0.7.0
REVISION := $(shell git rev-parse --short HEAD)

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

0 comments on commit 8f1a933

Please sign in to comment.