From d64866585e41cc5167fc43ea2c92550f5cd5d685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 18:36:59 +0000 Subject: [PATCH] chore(master): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b1922ec..f4f9d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.4.0](https://github.com/struong/ghune/compare/v0.3.0...v0.4.0) (2026-01-04) + + +### Features + +* Add [Tab] hint to inactive panel for easier navigation ([#7](https://github.com/struong/ghune/issues/7)) ([53d1060](https://github.com/struong/ghune/commit/53d1060d9b4f93053c952be1c24fb304838f9dcf)) +* add deletion confirmation dialog ([#6](https://github.com/struong/ghune/issues/6)) ([55d9197](https://github.com/struong/ghune/commit/55d9197bc9992fdf7452287fe6cfc21c87b58a4a)) +* add spacebar as alternative key to stage/unstage repos ([9bf4fca](https://github.com/struong/ghune/commit/9bf4fca09c51c18b494183e1cb4de19570864fcb)) +* add spacebar as alternative key to stage/unstage repos ([5c979a3](https://github.com/struong/ghune/commit/5c979a3852943b059b9fdf5d26ddfabc339013d5)) +* use file-based token storage instead of keychain ([#8](https://github.com/struong/ghune/issues/8)) ([f5e8135](https://github.com/struong/ghune/commit/f5e8135d4499ec2f209174a202f40a891e275419)) + ## [0.3.0](https://github.com/struong/ghune/compare/v0.2.0...v0.3.0) (2025-12-31) diff --git a/Cargo.lock b/Cargo.lock index ee0e003..5ea0a59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "ghune" -version = "0.3.0" +version = "0.4.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index fd52dcc..25a611f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ghune" description = "Bulk-delete Github repos from the terminal" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MIT" repository = "https://github.com/struong/ghune"