Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnksm committed Oct 13, 2015
1 parent bdb6d7a commit 8125c58
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.2.3 (2015-10-13)

### Added

- Generate `.gitignore` [#31](https://github.com/tcnksm/gcli/pull/31)
- Generate godoc by `go generate` [#24](https://github.com/tcnksm/gcli/pull/24)
- Add demo (`.gif`) [#35](https://github.com/tcnksm/gcli/pull/35), [#36](https://github.com/tcnksm/gcli/pull/36)

### Deprecated

- Nothing

### Removed

- Nothing

### Fixed

- Fix variable name when flag includes [#38](https://github.com/tcnksm/gcli/pull/38)
- Use `go generate` for `go-bindata` [#33](https://github.com/tcnksm/gcli/pull/33)
- Refactoring

## 0.2.2 (2015-08-31)

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Name = "gcli"

// Version is version string of this application.
// Version is changed with semantic versioning.
const Version string = "v0.2.2"
const Version string = "v0.2.3"

// GitCommit describes latest commit hash.
// This value is extracted by git command when building.
Expand Down

0 comments on commit 8125c58

Please sign in to comment.