Skip to content

Releases: Boomatang/git-grab

git-grab 0.9.0 (2026-01-31)

31 Jan 16:11

Choose a tag to compare

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-level flag 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 .git existing.
    This is now handled gracefully.

Misc

  • Change data structure for towncrier
  • Rework the release system. Now calling zig build release will build the cross-platform resources.

git-grab 0.8.0 (2026-01-24)

24 Jan 17:44

Choose a tag to compare

Features

  • Toggle from worktrees to standard clone

    Allow the user with the -s to switch from a worktree configuration clone to a standard clone. (#15)

  • Zig Port

    This version of git grab moves the python based version to a zig version. (#41)

  • Configure towncrier for zig project (#42)

Misc