Skip to content

Commit 13e8f04

Browse files
committed
Checking in changes prior to tagging of version v0.11.1
## [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))
1 parent db07460 commit 13e8f04

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v0.11.1](https://github.com/motemen/ghq/compare/v0.11.0...v0.11.1) (2019-05-05)
4+
5+
* [feature] List vcs option [#155](https://github.com/motemen/ghq/pull/155) ([msh5](https://github.com/msh5))
6+
* [testing] add TestDoImport [#156](https://github.com/motemen/ghq/pull/156) ([Songmu](https://github.com/Songmu))
7+
* [fix] fix findVCSBackend and add tests [#154](https://github.com/motemen/ghq/pull/154) ([Songmu](https://github.com/Songmu))
8+
* [fix] Make sure the directory exists with the exact name [#145](https://github.com/motemen/ghq/pull/145) ([knu](https://github.com/knu))
9+
* [bugfix] Fix fossil support [#153](https://github.com/motemen/ghq/pull/153) ([Songmu](https://github.com/Songmu))
10+
* [testing] add TestDoList_query [#152](https://github.com/motemen/ghq/pull/152) ([Songmu](https://github.com/Songmu))
11+
* [testing] add TestRunInDirSilently [#151](https://github.com/motemen/ghq/pull/151) ([Songmu](https://github.com/Songmu))
12+
* [testing] add more tests in TestDoLook [#150](https://github.com/motemen/ghq/pull/150) ([Songmu](https://github.com/Songmu))
13+
* [testing] add TestDoLook [#149](https://github.com/motemen/ghq/pull/149) ([Songmu](https://github.com/Songmu))
14+
* [refactoring] remove NewFakeRunner which not used [#148](https://github.com/motemen/ghq/pull/148) ([Songmu](https://github.com/Songmu))
15+
* [refactoring] Commonize doGet and doImport processing for refactoring [#147](https://github.com/motemen/ghq/pull/147) ([Songmu](https://github.com/Songmu))
16+
* [testing] add test for `ghq root` [#146](https://github.com/motemen/ghq/pull/146) ([Songmu](https://github.com/Songmu))
17+
318
## [v0.11.0](https://github.com/motemen/ghq/compare/v0.10.2...v0.11.0) (2019-05-01)
419

520
* Delete codes for the services turned down (Google Code and JazzHub) [#144](https://github.com/motemen/ghq/pull/144) ([Songmu](https://github.com/Songmu))

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/urfave/cli"
99
)
1010

11-
const version = "0.11.0"
11+
const version = "0.11.1"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)