Skip to content

Commit

Permalink
Bumping & preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
simcap committed Apr 13, 2018
1 parent 8cc604d commit 3673fba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## v0.1.10 [unreleased]
## v0.1.10 [2018-04-13]

### Features

- Much better performance when synchronising all access data (IAM, etc.)
- Create instances now supports distro prompting for CentOS, Amazon Linux 2, CoreOS

$ awless create instance name=myinst distro=amazonlinux:amzn2
Expand Down
2 changes: 2 additions & 0 deletions config/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func TestSemverUpgradeOrNot(t *testing.T) {

{current: "1.1.0", latest: "1.1.1", exp: true, revert: false},
{current: "2.1.5", latest: "2.2.0", exp: true, revert: false},

{current: "0.1.9", latest: "0.1.10", exp: true, revert: false},
}

for _, tc := range tcases {
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const AWLESS_ASCII_LOGO = `
`

var (
Version = "v0.1.9"
Version = "v0.1.10"
BuildFor string

buildSha, buildDate, buildArch, buildOS string
Expand Down

0 comments on commit 3673fba

Please sign in to comment.