Skip to content

Commit a80a252

Browse files
authored
Merge pull request #383 from x-motemen/tagpr-from-v1.6.0
Release for v1.6.1
2 parents e2f0614 + b0d85be commit a80a252

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v1.6.1](https://github.com/x-motemen/ghq/compare/v1.6.0...v1.6.1) - 2024-04-10
4+
- Revert "feat: enable relative path ssh URL" by @Songmu in https://github.com/x-motemen/ghq/pull/385
5+
36
## [v1.6.0](https://github.com/x-motemen/ghq/compare/v1.5.0...v1.6.0) - 2024-04-04
47
- Feat: add alias for `ghq get` by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/377
58
- Append ".git" to directory name for bare git repositories by @dochang in https://github.com/x-motemen/ghq/pull/368

main.go

+1-1
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.6.0"
11+
const version = "1.6.1"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)