Skip to content

Commit 406c7dc

Browse files
authored
Merge pull request #416 from x-motemen/tagpr-from-v1.7.1
Release for v1.8.0
2 parents e0e71a3 + a384427 commit 406c7dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v1.8.0](https://github.com/x-motemen/ghq/compare/v1.7.1...v1.8.0) - 2025-03-25
4+
- feat: support NO_COLOR environment variable by @hezhizhen in https://github.com/x-motemen/ghq/pull/411
5+
- Make the NO_COLOR environment variable accept strings other than the “true” strings by @Songmu in https://github.com/x-motemen/ghq/pull/417
6+
- improve --silent flag in get command by @Sixeight in https://github.com/x-motemen/ghq/pull/414
7+
- feat: support partial clone on Git repository by @RShirohara in https://github.com/x-motemen/ghq/pull/412
8+
39
## [v1.7.1](https://github.com/x-motemen/ghq/compare/v1.7.0...v1.7.1) - 2024-11-09
410
- refine git vcs backend detection by @Songmu in https://github.com/x-motemen/ghq/pull/409
511

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.7.1"
11+
const version = "1.8.0"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)