We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2f0614 + b0d85be commit a80a252Copy full SHA for a80a252
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
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
+
6
## [v1.6.0](https://github.com/x-motemen/ghq/compare/v1.5.0...v1.6.0) - 2024-04-04
7
- Feat: add alias for `ghq get` by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/377
8
- Append ".git" to directory name for bare git repositories by @dochang in https://github.com/x-motemen/ghq/pull/368
main.go
@@ -8,7 +8,7 @@ import (
"github.com/x-motemen/ghq/logger"
9
)
10
11
-const version = "1.6.0"
+const version = "1.6.1"
12
13
var revision = "HEAD"
14
0 commit comments