• v0.3.7 5bf073377d

    Grokkit v0.3.7
    All checks were successful
    Release / Create Release (push) Successful in 39s
    Stable

    gmgauthier released this 2026-03-31 10:09:28 +00:00 | 36 commits to master since this release

    [v0.3.7] - 2026-03-31

    Another notch in the belt for git diff wizardry.

    Added

    • Introduce git.Diff function using CombinedOutput.
    • Introduce gitDiff variable as mockable wrapper for git.Diff.
    • Enhance prdescribe output to include base branch in status message.

    Changed

    • Update prdescribe command to use git.Diff and trim whitespace for empty diff checks.
    • Update tests to use withMockGitDiff for injecting diff mocks.
    • Tweak flag description for clarity.
    • Update README installation and download scripts to reference v0.3.7.

    Fixed

    • Improve diff handling to treat git exit code 1 as success indicating changes exist.

    Downloads