Skip to content

Commit 3673fba

Browse files
committed
Bumping & preparing for release
1 parent 8cc604d commit 3673fba

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## v0.1.10 [unreleased]
1+
## v0.1.10 [2018-04-13]
22

33
### Features
44

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

78
$ awless create instance name=myinst distro=amazonlinux:amzn2

config/upgrade_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ func TestSemverUpgradeOrNot(t *testing.T) {
7878

7979
{current: "1.1.0", latest: "1.1.1", exp: true, revert: false},
8080
{current: "2.1.5", latest: "2.2.0", exp: true, revert: false},
81+
82+
{current: "0.1.9", latest: "0.1.10", exp: true, revert: false},
8183
}
8284

8385
for _, tc := range tcases {

config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const AWLESS_ASCII_LOGO = `
3131
`
3232

3333
var (
34-
Version = "v0.1.9"
34+
Version = "v0.1.10"
3535
BuildFor string
3636

3737
buildSha, buildDate, buildArch, buildOS string

0 commit comments

Comments
 (0)