Skip to content

Commit 93f2213

Browse files
authored
Merge pull request #400 from x-motemen/tagpr-from-v1.6.2
Release for v1.6.3
2 parents c9e0c4e + 0943c6e commit 93f2213

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.6.3](https://github.com/x-motemen/ghq/compare/v1.6.2...v1.6.3) - 2024-10-27
4+
- Fix typo on README.adoc by @kromiii in https://github.com/x-motemen/ghq/pull/399
5+
- Add Windows Hardlink & Symbolic Link Support by @walnuts1018 in https://github.com/x-motemen/ghq/pull/401
6+
37
## [v1.6.2](https://github.com/x-motemen/ghq/compare/v1.6.1...v1.6.2) - 2024-07-12
48
- chore: Update "go build" lines by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/391
59
- feat(misc): support "ghq rm" completion by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/390

main.go

+1-1
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.2"
11+
const version = "1.6.3"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)