From 11196c9fc7a47543e63487e955be9b6641152299 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 4 Mar 2026 18:19:32 +0000 Subject: [PATCH] chore(changelog): add entry for v0.1.10 release Add changelog section for v0.1.10, including added features like --base flag for PR describe, tests, and changelog for v0.1.9. Update logic for custom base in diffs, adjust messages, rename queued files to completed, and update README.md queued/completed lists. --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95320e2..c5d52b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [v0.1.10] - 2026-03-04 + +v0.1.10: Branching out with configurable diffs and a todo spring cleaning. + +### Added +- Add --base flag (default: "master") for PR describe command to specify base branch for diff comparison. +- Add tests for custom base branch and default behavior in PR describe. +- Add changelog entry for v0.1.9 release covering query command, configurations, README, and TODO updates. + +### Changed +- Update PR describe logic to use specified base in git diff commands with fallback to origin/base. +- Adjust no-changes message in PR describe to reflect custom base. +- Rename queued/changelog.md and queued/non-interactive-query.md to completed directory. +- Update README.md queued list: remove non-interactive-query, renumber items, set TODO_ITEM to [99]. +- Update README.md completed list: add non-interactive-query, fix changelog path to completed. ## [v0.1.9] - 2026-03-04 Grokkit gets a quick-query upgrade—because who has time for chit-chat?