Merge pull request #448 from x-motemen/tagpr-from-v1.9.2

Release for v1.9.3
This commit is contained in:
Masayuki Matsuki 2026-02-14 16:58:42 +09:00 committed by GitHub
commit 7caa68bcd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## [v1.9.3](https://github.com/x-motemen/ghq/compare/v1.9.2...v1.9.3) - 2026-02-14
- migrate: Handle cross-device move (EXDEV fallback) by @Copilot in https://github.com/x-motemen/ghq/pull/446
## [v1.9.2](https://github.com/x-motemen/ghq/compare/v1.9.1...v1.9.2) - 2026-02-13
- Go 1.26 by @Songmu in https://github.com/x-motemen/ghq/pull/443

View file

@ -8,7 +8,7 @@ import (
"github.com/x-motemen/ghq/logger"
)
const version = "1.9.2"
const version = "1.9.3"
var revision = "HEAD"