Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghchinoy committed Apr 20, 2018
1 parent b7b60f6 commit f4649b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ BUG FIXES:

IMPROVEMENTS:

# v0.14.1
# v0.15.0

NEW FEATURES:

* `instances delete` now takes either a list of IDs (1 or more) to delete multiple instances or the flag `--all` to delete all of them. Will provide an error if Element Instance is in use or not found.

BUG FIXES:

* `molecules export` variants, continued fix to exporting raw JSON ([PR#51](https://github.com/ghchinoy/cectl/pull/51)
Expand Down
2 changes: 1 addition & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# No need to change anything below ####
#

VERSION=0.14.1
VERSION=0.15.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 @@ -5,7 +5,7 @@ import (
)

const (
version = "0.14.1"
version = "0.15.0"
versionName = "stratocumulus"
)

Expand Down

0 comments on commit f4649b2

Please sign in to comment.