Skip to content

Commit

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

* update deps [#284](#284) ([Songmu](https://github.com/Songmu))
* fix integration testing [#283](#283) ([Songmu](https://github.com/Songmu))
* Check vcsBackend is nil [#282](#282) ([mattn](https://github.com/mattn))
* Add installation note for Void Linux [#280](#280) ([imbsky](https://github.com/imbsky))
* Add bash completion to release archives [#279](#279) ([tottoto](https://github.com/tottoto))
  • Loading branch information
Songmu committed Jun 3, 2020
1 parent 0c55ccc commit 5864a3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [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))
* fix integration testing [#283](https://github.com/x-motemen/ghq/pull/283) ([Songmu](https://github.com/Songmu))
* Check vcsBackend is nil [#282](https://github.com/x-motemen/ghq/pull/282) ([mattn](https://github.com/mattn))
* Add installation note for Void Linux [#280](https://github.com/x-motemen/ghq/pull/280) ([imbsky](https://github.com/imbsky))
* Add bash completion to release archives [#279](https://github.com/x-motemen/ghq/pull/279) ([tottoto](https://github.com/tottoto))

## [v1.1.0](https://github.com/x-motemen/ghq/compare/v1.0.3...v1.1.0) (2020-01-24)

* update module name to github.com/x-motemen/ghq and fix import paths [#275](https://github.com/x-motemen/ghq/pull/275) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/x-motemen/ghq/logger"
)

const version = "1.1.0"
const version = "1.1.1"

var revision = "HEAD"

Expand Down

0 comments on commit 5864a3b

Please sign in to comment.