From ef08c616be5245a65e47f3c35cdc87e5daae9401 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Apr 2024 02:39:25 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef21fd7..98222ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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 +- feat(misc): add fish completion by @folliehiyuki in https://github.com/x-motemen/ghq/pull/375 +- Added mise-en-place installation and usage instructions. by @morihaya in https://github.com/x-motemen/ghq/pull/376 +- ghq rm to support bare option by @Songmu in https://github.com/x-motemen/ghq/pull/381 +- Go 1.22 and update deps by @Songmu in https://github.com/x-motemen/ghq/pull/382 + ## [v1.5.0](https://github.com/x-motemen/ghq/compare/v1.4.2...v1.5.0) - 2024-02-02 - Support pijul by @yoichi in https://github.com/x-motemen/ghq/pull/372 - feat: implement `ghq rm` command by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/371