Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# git-grab 0.10.0 (2026-05-30)

## Features

- Add parsing to match the CodeBerg ssh clone string format. (#53)
- Zig 0.16.0
Add support for zig 0.16.0 (#63)
- Allow the shallow clone of repos, forces a depth of one, by setting the `-S/--shallow` flag. (#68)

## Removals

- Support for windows.
Saddly to support windows is going to take more effort. That effort is not currently justified.

## Misc

- Updated the build system to make use of the zon file reading. (#51)
- Update precommit configuration to include running zig test at commit time
- Updated the towncrier configuration to allows show the contains of the misc fragments.


# git-grab 0.9.0 (2026-01-31)

## Features
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.name = .grab,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.10.0-dev",
.version = "0.10.0",
// Together with name, this represents a globally unique package
// identifier. This field is generated by the Zig toolchain when the
// package is first created, and then *never changes*. This allows
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+340a9191.misc.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/+60015563.removal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+bedcba4a.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/51.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/53.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/63.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/68.feature.md

This file was deleted.

Loading