ignoregrets v0.1.1-pre
Pre-release update with code quality improvements.
Changes
- Improved code quality with
gofmt -sformatting - Reduced cyclomatic complexity in core functions:
- Split
RestoreSnapshotinto smaller, focused functions - Improved test organization and readability
- Split
- Added commit hash validation during restore
Installation
Windows
- Download
ignoregrets_v0.1.1-pre_windows_amd64.exe - Rename to
ignoregrets.exe - Move to a directory in your PATH
Linux
- Download
ignoregrets_v0.1.1-pre_linux_amd64 - Make executable:
chmod +x ignoregrets_v0.1.1-pre_linux_amd64 - Move to
/usr/local/bin/ignoregrets
macOS
- Download
ignoregrets_v0.1.1-pre_darwin_amd64 - Make executable:
chmod +x ignoregrets_v0.1.1-pre_darwin_amd64 - Move to
/usr/local/bin/ignoregrets
For more information, see the README.
Full Changelog: v0.1.0...v0.1.1-pre