Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.99.2
Browse files Browse the repository at this point in the history
## [v0.99.2](v0.99.1...v0.99.2) (2020-01-04)

* enhance logs on ghq get [#259](#259) ([Songmu](https://github.com/Songmu))
* fix semaphore [#258](#258) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Jan 4, 2020
1 parent a2acdc0 commit 69aea14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## [v0.99.2](https://github.com/motemen/ghq/compare/v0.99.1...v0.99.2) (2020-01-04)

* enhance logs on ghq get [#259](https://github.com/motemen/ghq/pull/259) ([Songmu](https://github.com/Songmu))
* fix semaphore [#258](https://github.com/motemen/ghq/pull/258) ([Songmu](https://github.com/Songmu))

## [v0.99.1](https://github.com/motemen/ghq/compare/v0.99.0...v0.99.1) (2020-01-02)

* detect VCS backend from URL scheme [#257](https://github.com/motemen/ghq/pull/257) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli/v2"
)

const version = "0.99.1"
const version = "0.99.2"

var revision = "HEAD"

Expand Down

0 comments on commit 69aea14

Please sign in to comment.