Skip to content

Commit

Permalink
Merge pull request #26 from dtan4/dtan4/prepare-v0.5.1
Browse files Browse the repository at this point in the history
Bump the version to v0.5.1
  • Loading branch information
dtan4 authored Aug 25, 2017
2 parents 7a3e48e + 31d90ae commit 791485e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ services:
- docker
language: go
go:
- '1.6'
- '1.7'
- '1.8'
before_install:
- sudo add-apt-repository ppa:masterminds/glide -y
- sudo apt-get update -q
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [v0.5.1](https://github.com/dtan4/k8sec/releases/tag/v0.5.1) (2017-08-25)

## Fixed

- Sort `k8sec list` command output [#25](https://github.com/dtan4/k8sec/pull/25) (thanks @unblee)

# [v0.5.0](https://github.com/dtan4/k8sec/releases/tag/v0.5.0) (2017-08-15)

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

SRCS := $(shell find . -type f -name '*.go')
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ database-url="postgres://example.com:5432/dbname"

## Contribution

Go 1.8 or above is required.

1. Fork ([https://github.com/dtan4/k8sec/fork](https://github.com/dtan4/k8sec/fork))
1. Create a feature branch
1. Commit your changes
Expand Down

0 comments on commit 791485e

Please sign in to comment.