Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.10.1
Browse files Browse the repository at this point in the history
## [v0.10.1](v0.10.0...v0.10.1) (2019-04-28)

* Remove panics [#130](#130) ([Songmu](https://github.com/Songmu))
* generally loggers should output STDERR by default [#129](#129) ([Songmu](https://github.com/Songmu))
* Care the case if the query contains a hostname in list subcommand [#128](#128) ([Songmu](https://github.com/Songmu))
* don't panic when the current working directory doesn't exist. [#127](#127) ([Songmu](https://github.com/Songmu))
* canonicalize root paths to absolute [#126](#126) ([Songmu](https://github.com/Songmu))
* List symlinks to repos [#125](#125) ([Songmu](https://github.com/Songmu))
* rename package s/utils/cmdutil/ [#124](#124) ([Songmu](https://github.com/Songmu))
* separate logger package from utils [#123](#123) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Apr 27, 2019
1 parent 0706ba2 commit 23209be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.10.1](https://github.com/motemen/ghq/compare/v0.10.0...v0.10.1) (2019-04-28)

* Remove panics [#130](https://github.com/motemen/ghq/pull/130) ([Songmu](https://github.com/Songmu))
* generally loggers should output STDERR by default [#129](https://github.com/motemen/ghq/pull/129) ([Songmu](https://github.com/Songmu))
* Care the case if the query contains a hostname in list subcommand [#128](https://github.com/motemen/ghq/pull/128) ([Songmu](https://github.com/Songmu))
* don't panic when the current working directory doesn't exist. [#127](https://github.com/motemen/ghq/pull/127) ([Songmu](https://github.com/Songmu))
* canonicalize root paths to absolute [#126](https://github.com/motemen/ghq/pull/126) ([Songmu](https://github.com/Songmu))
* List symlinks to repos [#125](https://github.com/motemen/ghq/pull/125) ([Songmu](https://github.com/Songmu))
* rename package s/utils/cmdutil/ [#124](https://github.com/motemen/ghq/pull/124) ([Songmu](https://github.com/Songmu))
* separate logger package from utils [#123](https://github.com/motemen/ghq/pull/123) ([Songmu](https://github.com/Songmu))

## [v0.10.0](https://github.com/motemen/ghq/compare/v0.9.0...v0.10.0) (2019-04-27)

* drop mitchellh/go-homedir dependency [#122](https://github.com/motemen/ghq/pull/122) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)

const Version = "0.10.0"
const Version = "0.10.1"

var revision = "HEAD"

Expand Down

0 comments on commit 23209be

Please sign in to comment.