From a2a1dbf33ae867d2a738d37f56660bcbbb39fccb Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Tue, 31 Mar 2026 11:32:57 +0100 Subject: [PATCH] chore(release): bump version to 0.3.8 Bumping to v0.3.8 with git tweaks and doc updates. ### Added - Add changelog entry for v0.3.7. ### Changed - Update version to 0.3.8 in README installation instructions. - Update bash and powershell scripts to reference new release version. - Update git diff command to prefer remote origin/base branch. - Fall back to local base branch if remote diff fails or is empty. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a471ad2..7ad069b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v0.3.8] - 2026-03-31 + +Bumping to v0.3.8 with git tweaks and doc updates. + +### Added +- Add changelog entry for v0.3.7. + +### Changed +- Update version to 0.3.8 in README installation instructions. +- Update bash and powershell scripts to reference new release version. +- Update git diff command to prefer remote origin/base branch. +- Fall back to local base branch if remote diff fails or is empty. ## [v0.3.7] - 2026-03-31 Version v0.3.7: Patchin' up git diffs because exit codes shouldn't be drama queens.