Releases: Boomatang/git-grab
Releases · Boomatang/git-grab
git-grab 0.9.0 (2026-01-31)
Features
- Adding of logger.
All user facing massages are now logs that go to standard error.
The level of these logs can be adjusted as required, with the default level being info.
To do this the--log-levelflag has being added. (#45)
Bugfixes
- Unhandled error was found when the clone path had an existing non worktree project.
A fatal crash would happen due to the.gitexisting.
This is now handled gracefully.
Misc
- Change data structure for towncrier
- Rework the release system. Now calling
zig build releasewill build the cross-platform resources.