Skip to content

Commit 505a779

Browse files
committed
Release v0.1.7
1 parent 2abee63 commit 505a779

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.7
4+
5+
- Fix usage output for get command
6+
- Rename get command `end` flag to `stop`
7+
- Unexport some exported vars in `cmd` package
8+
39
## v0.1.6
410

511
- Add MFA (assumerole) support (@perriea)

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
const version = "0.1.6"
9+
const version = "0.1.7"
1010

1111
var versionCommand = &cobra.Command{
1212
Use: "version",

0 commit comments

Comments
 (0)