diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbaafe..d53a018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -## 0.3.0 (Not Released) +## 0.3.0 (2014-12-15) ### Added - [goole/go-github](https://github.com/google/go-github) for GitHub API client +- `--stat` option to show how many tool downloaded +- Color output +- Many refactorings ### Deprecated diff --git a/version.go b/version.go index 7a7b3ba..e2429cc 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package main const Name = "ghr" -const Version string = "v0.3.0-pre" +const Version string = "v0.3.0" // Describe latest commit hash. // This is automatically extracted by git describe --always.