Skip to content
This repository was archived by the owner on Aug 27, 2019. It is now read-only.

Commit af82a7c

Browse files
authored
Merge pull request #19 from jhernand/release_0_1_12
Release 0.1.12
2 parents 93fd5fc + aa4eb78 commit af82a7c

File tree

4 files changed

+75
-5
lines changed

4 files changed

+75
-5
lines changed

CHANGES.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This document describes the relevant changes between releases of the
44
`uhc` command line tool.
55

6+
== 0.1.12 Jun 7 2019
7+
8+
- Improvements in the `cluster list` and `cluster describe` commands.
9+
610
== 0.1.11 May 8 2019
711

812
- Added the `completion` command that generates _bash_ completion scripts.

Gopkg.lock

+69-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[[constraint]]
66
name = "github.com/openshift-online/uhc-sdk-go"
7-
version = "0.1.8"
7+
version = "0.1.14"
88

99
[[constraint]]
1010
name = "github.com/spf13/pflag"

pkg/info/info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818

1919
package info
2020

21-
const Version = "0.1.11"
21+
const Version = "0.1.12"

0 commit comments

Comments
 (0)