From 2e3c5d3b6180f914555f2ffaea08c2c0fd6f5372 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 00:34:36 +0000 Subject: [PATCH] chore(main): release gnhf 0.1.45 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1dc95c56..46948398 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.44" + ".": "0.1.45" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4c120a..91813fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.45](https://github.com/kunchenguid/gnhf/compare/gnhf-v0.1.44...gnhf-v0.1.45) (2026-08-21) + + +### Features + +* **core:** wait for Claude usage-limit reset instead of aborting on rate limits ([#179](https://github.com/kunchenguid/gnhf/issues/179)) ([2e1dd13](https://github.com/kunchenguid/gnhf/commit/2e1dd137e968f3ec81e85ff6b45db8033667e0eb)) + + +### Bug Fixes + +* **agents:** surface shared CLI stdout errors ([#202](https://github.com/kunchenguid/gnhf/issues/202)) ([5cc31af](https://github.com/kunchenguid/gnhf/commit/5cc31afd89668ec653d60fd11418625db4d7c5b4)) +* **cli:** keep worktrees across Linux sleep re-exec ([1c2344f](https://github.com/kunchenguid/gnhf/commit/1c2344f0cffb4f34fe5d903ed208abd2a64b3f88)) +* **cli:** preserve committed worktrees on forced shutdown ([#189](https://github.com/kunchenguid/gnhf/issues/189)) ([c12cdbf](https://github.com/kunchenguid/gnhf/commit/c12cdbf5834d1b285954f8760ad2400977a57a78)) +* **core:** make Windows sleep prevention hold the machine awake ([#209](https://github.com/kunchenguid/gnhf/issues/209)) ([b50209a](https://github.com/kunchenguid/gnhf/commit/b50209ae25374034c164ebde66859a32398c1048)) + ## [0.1.44](https://github.com/kunchenguid/gnhf/compare/gnhf-v0.1.43...gnhf-v0.1.44) (2026-08-13) diff --git a/package.json b/package.json index 1b6f50ac..884b9263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gnhf", - "version": "0.1.44", + "version": "0.1.45", "packageManager": "pnpm@11.1.1", "description": "Before I go to bed, I tell my agents: good night, have fun", "type": "module",