Skip to content

Commit b4a6df8

Browse files
committed
Release v0.1.8
1 parent 1128a01 commit b4a6df8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.8
4+
5+
- Support filter option for get (@cynipe)
6+
37
## v0.1.7
48

59
- Fix usage output for get command

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.7"
9+
const version = "0.1.8"
1010

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

0 commit comments

Comments
 (0)