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
6 changes: 6 additions & 0 deletions .changes/0.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## git-grab 0.10.1 (2026-06-05)
### Changed
- Changelog manager has been changed to use changie.

### Fixed
- Working path was deallocator before use. This caused the origins not to be configured correctly. This bug was introduced during the zig 0.16.0 upgrade.
3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20260530-152603.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20260604-205235.yaml

This file was deleted.

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.11.0-dev",
.version = "0.10.1",
// 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
Loading