File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.1 (2015-07-21)
2
+
3
+ ### Added
4
+
5
+ - ` wercker.yml ` to run test on Wercker ([ #14 ] ( https://github.com/tcnksm/gcli/pull/14 ) )
6
+ - ` list ` command ([ #16 ] ( https://github.com/tcnksm/gcli/pull/16 ) )
7
+ - ` go vet ` tests for artifacts ([ #18 ] ( https://github.com/tcnksm/gcli/pull/18 ) )
8
+ - Generate bash script (experiment) ([ #20 ] ( https://github.com/tcnksm/gcli/pull/20 ) )
9
+ - Usge ` flag.Var ` ([ #21 ] ( https://github.com/tcnksm/gcli/pull/21 ) )
10
+ - Global option for command pattern ([ #22 ] ( https://github.com/tcnksm/gcli/pull/22 ) )
11
+ - ` go vet ` , ` golint ` , ` gofmt ` test for ` gcli `
12
+ - More verbose outputs in skeleton package
13
+
14
+ ### Deprecated
15
+
16
+ - Nothing
17
+
18
+ ### Removed
19
+
20
+ - Nothing
21
+
22
+ ### Fixed
23
+
24
+ - Nothing
25
+
1
26
## 0.2.0 (2015-06-21)
2
27
3
28
- Rewrote eveythig from scratch (See https://github.com/tcnksm/gcli/pull/9 ) to add more features.
You can’t perform that action at this time.
0 commit comments