diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c5cb4..7909a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.6.3](https://github.com/x-motemen/ghq/compare/v1.6.2...v1.6.3) - 2024-10-27 +- Fix typo on README.adoc by @kromiii in https://github.com/x-motemen/ghq/pull/399 +- Add Windows Hardlink & Symbolic Link Support by @walnuts1018 in https://github.com/x-motemen/ghq/pull/401 + ## [v1.6.2](https://github.com/x-motemen/ghq/compare/v1.6.1...v1.6.2) - 2024-07-12 - chore: Update "go build" lines by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/391 - feat(misc): support "ghq rm" completion by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/390 diff --git a/main.go b/main.go index 60bb24f..fdd43ab 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/x-motemen/ghq/logger" ) -const version = "1.6.2" +const version = "1.6.3" var revision = "HEAD"