Skip to content

Commit 6fb26cf

Browse files
committed
v0.2.1
1 parent f58bded commit 6fb26cf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
## 0.2.0 (2015-06-21)
227

328
- Rewrote eveythig from scratch (See https://github.com/tcnksm/gcli/pull/9) to add more features.

0 commit comments

Comments
 (0)