Skip to content

Commit

Permalink
Merge pull request #380 from x-motemen/tagpr-from-v1.5.0
Browse files Browse the repository at this point in the history
Release for v1.6.0
  • Loading branch information
Songmu committed Apr 4, 2024
2 parents 8fefd96 + 93f775a commit 7e11957
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.6.0](https://github.com/x-motemen/ghq/compare/v1.5.0...v1.6.0) - 2024-04-04
- Feat: add alias for `ghq get` by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/377
- Append ".git" to directory name for bare git repositories by @dochang in https://github.com/x-motemen/ghq/pull/368
- feat(misc): add fish completion by @folliehiyuki in https://github.com/x-motemen/ghq/pull/375
- Added mise-en-place installation and usage instructions. by @morihaya in https://github.com/x-motemen/ghq/pull/376
- ghq rm to support bare option by @Songmu in https://github.com/x-motemen/ghq/pull/381
- Go 1.22 and update deps by @Songmu in https://github.com/x-motemen/ghq/pull/382
- feat: enable relative path ssh URL by @JyJyJcr in https://github.com/x-motemen/ghq/pull/378

## [v1.5.0](https://github.com/x-motemen/ghq/compare/v1.4.2...v1.5.0) - 2024-02-02
- Support pijul by @yoichi in https://github.com/x-motemen/ghq/pull/372
- feat: implement `ghq rm` command by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/371
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.5.0"
const version = "1.6.0"

var revision = "HEAD"

Expand Down

0 comments on commit 7e11957

Please sign in to comment.