Skip to content

Commit

Permalink
Merge pull request #383 from x-motemen/tagpr-from-v1.6.0
Browse files Browse the repository at this point in the history
Release for v1.6.1
  • Loading branch information
Songmu authored Apr 10, 2024
2 parents e2f0614 + b0d85be commit a80a252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v1.6.1](https://github.com/x-motemen/ghq/compare/v1.6.0...v1.6.1) - 2024-04-10
- Revert "feat: enable relative path ssh URL" by @Songmu in https://github.com/x-motemen/ghq/pull/385

## [v1.6.0](https://github.com/x-motemen/ghq/compare/v1.5.0...v1.6.0) - 2024-04-04
- Feat: add alias for `ghq get` by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/377
- Append ".git" to directory name for bare git repositories by @dochang in https://github.com/x-motemen/ghq/pull/368
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/x-motemen/ghq/logger"
)

const version = "1.6.0"
const version = "1.6.1"

var revision = "HEAD"

Expand Down

0 comments on commit a80a252

Please sign in to comment.