Skip to content

Commit abf2662

Browse files
authored
Merge pull request #16 from dtan4/prepare-v0.3.1
Bump the version to v0.3.1
2 parents b22356d + 7700659 commit abf2662

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [v0.3.1](https://github.com/dtan4/k8sec/releases/tag/v0.3.1) (2017-01-10)
2+
3+
## Fixed
4+
5+
- Update command description [#15](https://github.com/dtan4/k8sec/pull/15)
6+
- Suppress usage and error printing at error [#13](https://github.com/dtan4/k8sec/pull/13)
7+
- Check the length of key-value array [#12](https://github.com/dtan4/k8sec/pull/12)
8+
- Create new secret if it does not exist [#11](https://github.com/dtan4/k8sec/pull/11)
9+
110
# [v0.3.0](https://github.com/dtan4/k8sec/releases/tag/v0.3.0) (2016-12-30)
211

312
## Backward imcompatible changes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := k8sec
2-
VERSION := v0.3.0
2+
VERSION := v0.3.1
33
REVISION := $(shell git rev-parse --short HEAD)
44

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

0 commit comments

Comments
 (0)