Merge pull request #435 from x-motemen/tagpr-from-v1.8.1

Release for v1.9.0
This commit is contained in:
Masayuki Matsuki 2026-02-14 00:14:54 +07:00 committed by GitHub
commit 78f8afc82c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## [v1.9.0](https://github.com/x-motemen/ghq/compare/v1.8.1...v1.9.0) - 2026-02-13
- chore(deps): bump github.com/Songmu/gitconfig from 0.2.1 to 0.2.2 by @dependabot[bot] in https://github.com/x-motemen/ghq/pull/434
- chore(deps): bump crate-ci/typos from 1.42.3 to 1.43.3 by @dependabot[bot] in https://github.com/x-motemen/ghq/pull/436
- Add migrate subcommand to move existing repos into ghq structure by @Copilot in https://github.com/x-motemen/ghq/pull/438
## [v1.8.1](https://github.com/x-motemen/ghq/compare/v1.8.0...v1.8.1) - 2026-02-01
- Maintain: Bump dependencies by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/418
- chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot[bot] in https://github.com/x-motemen/ghq/pull/423

View file

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