Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.11.1
Browse files Browse the repository at this point in the history
## [v0.11.1](v0.11.0...v0.11.1) (2019-05-05)

* [feature] List vcs option [#155](#155) ([msh5](https://github.com/msh5))
* [testing] add TestDoImport [#156](#156) ([Songmu](https://github.com/Songmu))
* [fix] fix findVCSBackend and add tests [#154](#154) ([Songmu](https://github.com/Songmu))
* [fix] Make sure the directory exists with the exact name [#145](#145) ([knu](https://github.com/knu))
* [bugfix] Fix fossil support [#153](#153) ([Songmu](https://github.com/Songmu))
* [testing] add TestDoList_query [#152](#152) ([Songmu](https://github.com/Songmu))
* [testing] add TestRunInDirSilently [#151](#151) ([Songmu](https://github.com/Songmu))
* [testing] add more tests in TestDoLook [#150](#150) ([Songmu](https://github.com/Songmu))
* [testing] add TestDoLook [#149](#149) ([Songmu](https://github.com/Songmu))
* [refactoring] remove NewFakeRunner which not used [#148](#148) ([Songmu](https://github.com/Songmu))
* [refactoring] Commonize doGet and doImport processing for refactoring [#147](#147) ([Songmu](https://github.com/Songmu))
* [testing] add test for `ghq root` [#146](#146) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed May 5, 2019
1 parent db07460 commit 13e8f04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v0.11.1](https://github.com/motemen/ghq/compare/v0.11.0...v0.11.1) (2019-05-05)

* [feature] List vcs option [#155](https://github.com/motemen/ghq/pull/155) ([msh5](https://github.com/msh5))
* [testing] add TestDoImport [#156](https://github.com/motemen/ghq/pull/156) ([Songmu](https://github.com/Songmu))
* [fix] fix findVCSBackend and add tests [#154](https://github.com/motemen/ghq/pull/154) ([Songmu](https://github.com/Songmu))
* [fix] Make sure the directory exists with the exact name [#145](https://github.com/motemen/ghq/pull/145) ([knu](https://github.com/knu))
* [bugfix] Fix fossil support [#153](https://github.com/motemen/ghq/pull/153) ([Songmu](https://github.com/Songmu))
* [testing] add TestDoList_query [#152](https://github.com/motemen/ghq/pull/152) ([Songmu](https://github.com/Songmu))
* [testing] add TestRunInDirSilently [#151](https://github.com/motemen/ghq/pull/151) ([Songmu](https://github.com/Songmu))
* [testing] add more tests in TestDoLook [#150](https://github.com/motemen/ghq/pull/150) ([Songmu](https://github.com/Songmu))
* [testing] add TestDoLook [#149](https://github.com/motemen/ghq/pull/149) ([Songmu](https://github.com/Songmu))
* [refactoring] remove NewFakeRunner which not used [#148](https://github.com/motemen/ghq/pull/148) ([Songmu](https://github.com/Songmu))
* [refactoring] Commonize doGet and doImport processing for refactoring [#147](https://github.com/motemen/ghq/pull/147) ([Songmu](https://github.com/Songmu))
* [testing] add test for `ghq root` [#146](https://github.com/motemen/ghq/pull/146) ([Songmu](https://github.com/Songmu))

## [v0.11.0](https://github.com/motemen/ghq/compare/v0.10.2...v0.11.0) (2019-05-01)

* Delete codes for the services turned down (Google Code and JazzHub) [#144](https://github.com/motemen/ghq/pull/144) ([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.11.0"
const version = "0.11.1"

var revision = "HEAD"

Expand Down

0 comments on commit 13e8f04

Please sign in to comment.