Skip to content

Commit 21fb2ef

Browse files
authored
Merge pull request #422 from x-motemen/tagpr-from-v1.8.0
Release for v1.8.1
2 parents 0c5ad41 + d422d4c commit 21fb2ef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v1.8.1](https://github.com/x-motemen/ghq/compare/v1.8.0...v1.8.1) - 2026-02-01
4+
- Maintain: Bump dependencies by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/418
5+
- 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
6+
- fix: accept bare flag to remove bare repositories by @hezhizhen in https://github.com/x-motemen/ghq/pull/426
7+
- docs: add description for `ghq.user` and `ghq. completeUser` by @mitsu-yuki in https://github.com/x-motemen/ghq/pull/430
8+
- update dependencies and CI/CD by @Songmu in https://github.com/x-motemen/ghq/pull/431
9+
- chore(deps): bump crate-ci/typos from 1.13.10 to 1.42.3 by @dependabot[bot] in https://github.com/x-motemen/ghq/pull/432
10+
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/x-motemen/ghq/pull/433
11+
312
## [v1.8.0](https://github.com/x-motemen/ghq/compare/v1.7.1...v1.8.0) - 2025-03-25
413
- feat: support NO_COLOR environment variable by @hezhizhen in https://github.com/x-motemen/ghq/pull/411
514
- Make the NO_COLOR environment variable accept strings other than the “true” strings by @Songmu in https://github.com/x-motemen/ghq/pull/417

main.go

Lines changed: 1 addition & 1 deletion
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.8.0"
11+
const version = "1.8.1"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)