Merge pull request #444 from x-motemen/tagpr-from-v1.9.1

Release for v1.9.2
This commit is contained in:
Masayuki Matsuki 2026-02-14 00:51:27 +07:00 committed by GitHub
commit deaa4ad5f0
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.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
## [v1.9.1](https://github.com/x-motemen/ghq/compare/v1.9.0...v1.9.1) - 2026-02-13
- Go 1.26 by @Songmu in https://github.com/x-motemen/ghq/pull/439
- migrate: Add multi-VCS remote URL support by @Copilot in https://github.com/x-motemen/ghq/pull/442

View file

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