From 7ffdb2c289bb8508886e544242d94f3f22725ea8 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Mon, 30 Mar 2026 10:52:58 +0100 Subject: [PATCH] chore(changelog): add v0.3.2 entry documenting install script polishing and past updates - Added debug echoes, changelog entries for v0.3.1 - Changed asset filename, binary handling, commented out checksum and cleanup - Fixed quoting in case statements and echoes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e57a477..b0ea376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [v0.3.2] - 2026-03-30 + +Polishing the install script and catching up on past changelog entries. + +### Added +- Add debug echo statements for download and extraction. +- Add changelog entry for v0.3.1, documenting additions like .grokkit directory creation. +- Add changelog entry for v0.3.1, documenting changes like default output path, project analysis movement, analysis refinements, and v0.3.0 changelog update. + +### Changed +- Adjust asset filename to include 'v' prefix for version. +- Comment out checksum download and verification. +- Update binary naming and extraction handling. +- Comment out temp dir cleanup trap. + +### Fixed +- Fix quoting in case statements and echo commands. ## [v0.3.1] - 2026-03-28 ### Added