Skip to content

Commit 7e11957

Browse files
authored
Merge pull request #380 from x-motemen/tagpr-from-v1.5.0
Release for v1.6.0
2 parents 8fefd96 + 93f775a commit 7e11957

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v1.6.0](https://github.com/x-motemen/ghq/compare/v1.5.0...v1.6.0) - 2024-04-04
4+
- Feat: add alias for `ghq get` by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/377
5+
- Append ".git" to directory name for bare git repositories by @dochang in https://github.com/x-motemen/ghq/pull/368
6+
- feat(misc): add fish completion by @folliehiyuki in https://github.com/x-motemen/ghq/pull/375
7+
- Added mise-en-place installation and usage instructions. by @morihaya in https://github.com/x-motemen/ghq/pull/376
8+
- ghq rm to support bare option by @Songmu in https://github.com/x-motemen/ghq/pull/381
9+
- Go 1.22 and update deps by @Songmu in https://github.com/x-motemen/ghq/pull/382
10+
- feat: enable relative path ssh URL by @JyJyJcr in https://github.com/x-motemen/ghq/pull/378
11+
312
## [v1.5.0](https://github.com/x-motemen/ghq/compare/v1.4.2...v1.5.0) - 2024-02-02
413
- Support pijul by @yoichi in https://github.com/x-motemen/ghq/pull/372
514
- feat: implement `ghq rm` command by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/371

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/x-motemen/ghq/logger"
99
)
1010

11-
const version = "1.5.0"
11+
const version = "1.6.0"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)