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

Commit

Permalink
Merge pull request #27 from jhernand/release_0_1_14
Browse files Browse the repository at this point in the history
Release 0.1.14
  • Loading branch information
jhernand authored Jun 20, 2019
2 parents b2d4ff8 + dece957 commit 325bb18
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
This document describes the relevant changes between releases of the
`uhc` command line tool.

== 0.1.14 Jun 20 2019.

- Added the `config get` and `config set` commands to get and set configuration
settings.

- Added support for shortcuts to the raw HTTP commands.

- Added the `whoami` command.

- Added support for custom columns in the `cluster list` command.

== 0.1.13 Jun 12 2019.

- Added the `cluster login` command.
Expand Down
22 changes: 11 additions & 11 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "github.com/openshift-online/uhc-sdk-go"
version = "0.1.14"
version = "0.1.17"

[[constraint]]
name = "github.com/spf13/pflag"
Expand All @@ -16,4 +16,4 @@

[[constraint]]
name = "github.com/onsi/gomega"
revision = "v1.5.0"
revision = "v1.5.0"
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.1.13"
const Version = "0.1.14"

0 comments on commit 325bb18

Please sign in to comment.