Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v1.1.2
Browse files Browse the repository at this point in the history
## [v1.1.2](v1.1.1...v1.1.2) (2020-06-21)

* update deps [#287](#287) ([Songmu](https://github.com/Songmu))
* Fetch instead of pull if the working tree isn't tracking remote. [#286](#286) ([yoichi](https://github.com/yoichi))
* Refactor so that RemoteRepository#VCS can return an error [#285](#285) ([johejo](https://github.com/johejo))
  • Loading branch information
Songmu committed Jun 21, 2020
1 parent 3fcca50 commit 440592d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.1.2](https://github.com/x-motemen/ghq/compare/v1.1.1...v1.1.2) (2020-06-21)

* update deps [#287](https://github.com/x-motemen/ghq/pull/287) ([Songmu](https://github.com/Songmu))
* Fetch instead of pull if the working tree isn't tracking remote. [#286](https://github.com/x-motemen/ghq/pull/286) ([yoichi](https://github.com/yoichi))
* Refactor so that RemoteRepository#VCS can return an error [#285](https://github.com/x-motemen/ghq/pull/285) ([johejo](https://github.com/johejo))

## [v1.1.1](https://github.com/x-motemen/ghq/compare/v1.1.0...v1.1.1) (2020-06-03)

* update deps [#284](https://github.com/x-motemen/ghq/pull/284) ([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/x-motemen/ghq/logger"
)

const version = "1.1.1"
const version = "1.1.2"

var revision = "HEAD"

Expand Down

0 comments on commit 440592d

Please sign in to comment.