Skip to content

Commit

Permalink
v0.16.0 (#67)
Browse files Browse the repository at this point in the history
* v0.16.0
  • Loading branch information
ghchinoy authored Sep 3, 2018
1 parent b8e8cc8 commit bcccc44
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ BUG FIXES:

IMPROVEMENTS:

# v0.16.0

NEW FEATURES:

* `profiles init` creates a new, blank cectl.toml config file if the file doesn't exist, in the default location
* `profiles add -l` or `profiles add --login` begins an interactive login session to create a cectl.toml file

BUG FIXES:

* `profiles list -l` now lists all profiles rather than a truncated list

IMPROVEMENTS:

# v0.15.3

NEW FEATURES:
Expand All @@ -16,7 +29,6 @@ IMPROVEMENTS:

* Updates to latest ce-go client which shows user privileges with roles in JSON output via `user list -r --json`


# v0.15.2

NEW FEATURES:
Expand Down
6 changes: 3 additions & 3 deletions makedist
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
# Go cross-compile
# Go cross-compile
# Usually, only the VERSION changes.
# The OSLIST and ARCHLIST can change, as well.
# No need to change anything below ####
#
#

VERSION=0.15.3
VERSION=0.16.0

TOOLNAME=cectl
OSLIST=(linux darwin windows)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version = "0.15.3"
version = "0.16.0"
versionName = "stratocumulus"
)

Expand Down

0 comments on commit bcccc44

Please sign in to comment.