Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.99.0
Browse files Browse the repository at this point in the history
## [v0.99.0](v0.17.4...v0.99.0) (2019-12-31)

* fix help docs [#255](#255) ([Songmu](https://github.com/Songmu))
* update documents [#252](#252) ([Songmu](https://github.com/Songmu))
* update deps [#251](#251) ([Songmu](https://github.com/Songmu))
* [incompatible] remove the "import" subcommand and merge this function into the "get" subcommand [#244](#244) ([Songmu](https://github.com/Songmu))
* [incompatible] drop look subcommand [#243](#243) ([Songmu](https://github.com/Songmu))
* [incompatible] make ~/ghq default root [#237](#237) ([Songmu](https://github.com/Songmu))
* add integration test for darcs [#250](#250) ([Songmu](https://github.com/Songmu))
* integration test on master [#249](#249) ([Songmu](https://github.com/Songmu))
* enhance svn and git-svn support [#248](#248) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Jan 1, 2020
1 parent 978d771 commit c327789
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [v0.99.0](https://github.com/motemen/ghq/compare/v0.17.4...v0.99.0) (2019-12-31)

* fix help docs [#255](https://github.com/motemen/ghq/pull/255) ([Songmu](https://github.com/Songmu))
* update documents [#252](https://github.com/motemen/ghq/pull/252) ([Songmu](https://github.com/Songmu))
* update deps [#251](https://github.com/motemen/ghq/pull/251) ([Songmu](https://github.com/Songmu))
* [incompatible] remove the "import" subcommand and merge this function into the "get" subcommand [#244](https://github.com/motemen/ghq/pull/244) ([Songmu](https://github.com/Songmu))
* [incompatible] drop look subcommand [#243](https://github.com/motemen/ghq/pull/243) ([Songmu](https://github.com/Songmu))
* [incompatible] make ~/ghq default root [#237](https://github.com/motemen/ghq/pull/237) ([Songmu](https://github.com/Songmu))
* add integration test for darcs [#250](https://github.com/motemen/ghq/pull/250) ([Songmu](https://github.com/Songmu))
* integration test on master [#249](https://github.com/motemen/ghq/pull/249) ([Songmu](https://github.com/Songmu))
* enhance svn and git-svn support [#248](https://github.com/motemen/ghq/pull/248) ([Songmu](https://github.com/Songmu))

## [v0.17.4](https://github.com/motemen/ghq/compare/v0.17.3...v0.17.4) (2019-12-29)

* [fix] uniq local roots [#246](https://github.com/motemen/ghq/pull/246) ([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.17.4"
const version = "0.99.0"

var revision = "HEAD"

Expand Down

0 comments on commit c327789

Please sign in to comment.