Skip to content

Commit d79add2

Browse files
authored
Merge pull request #392 from x-motemen/tagpr-from-v1.6.1
Release for v1.6.2
2 parents f4a793f + b74158c commit d79add2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v1.6.2](https://github.com/x-motemen/ghq/compare/v1.6.1...v1.6.2) - 2024-07-12
4+
- chore: Update "go build" lines by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/391
5+
- feat(misc): support "ghq rm" completion by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/390
6+
- Optimize: Reduce full repo scans when look tag is set by @stong1994 in https://github.com/x-motemen/ghq/pull/386
7+
- Go 1.22.5 & update deps by @Songmu in https://github.com/x-motemen/ghq/pull/393
8+
39
## [v1.6.1](https://github.com/x-motemen/ghq/compare/v1.6.0...v1.6.1) - 2024-04-10
410
- Revert "feat: enable relative path ssh URL" by @Songmu in https://github.com/x-motemen/ghq/pull/385
511

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.6.1"
11+
const version = "1.6.2"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)