Skip to content

Commit

Permalink
Merge pull request #392 from x-motemen/tagpr-from-v1.6.1
Browse files Browse the repository at this point in the history
Release for v1.6.2
  • Loading branch information
Songmu committed Jul 12, 2024
2 parents f4a793f + b74158c commit d79add2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.6.2](https://github.com/x-motemen/ghq/compare/v1.6.1...v1.6.2) - 2024-07-12
- chore: Update "go build" lines by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/391
- feat(misc): support "ghq rm" completion by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/390
- Optimize: Reduce full repo scans when look tag is set by @stong1994 in https://github.com/x-motemen/ghq/pull/386
- Go 1.22.5 & update deps by @Songmu in https://github.com/x-motemen/ghq/pull/393

## [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

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.1"
const version = "1.6.2"

var revision = "HEAD"

Expand Down

0 comments on commit d79add2

Please sign in to comment.