Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnksm committed Dec 16, 2014
1 parent f9c364b commit 74b0ef1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.4.0 (2014-12-17)

### Added

- Support Github Enterprise (supported by [**@zoncoen**](https://github.com/zoncoen))
- Add more tests

### Deprecated

- Nothing

### Removed

- Nothing

### Fixed

- `--delete` sometimes breaks relase. This is temporary solution.

## 0.3.0 (2014-12-15)

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

const Name = "ghr"
const Version string = "v0.4.0-pre"
const Version string = "v0.4.0"

// Describe latest commit hash.
// This is automatically extracted by git describe --always.
Expand Down

0 comments on commit 74b0ef1

Please sign in to comment.