diff --git a/.changes/0.10.1.md b/.changes/0.10.1.md new file mode 100644 index 0000000..1c1bba1 --- /dev/null +++ b/.changes/0.10.1.md @@ -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. diff --git a/.changes/unreleased/Changed-20260530-152603.yaml b/.changes/unreleased/Changed-20260530-152603.yaml deleted file mode 100644 index 4c0c22b..0000000 --- a/.changes/unreleased/Changed-20260530-152603.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Changelog manager has been changed to use changie. -time: 2026-05-30T15:26:03.560060514+01:00 diff --git a/.changes/unreleased/Fixed-20260604-205235.yaml b/.changes/unreleased/Fixed-20260604-205235.yaml deleted file mode 100644 index 247a008..0000000 --- a/.changes/unreleased/Fixed-20260604-205235.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Working path was de-allocator before use. This cause the origins not to be configured correctly. This bug was introduced during the zig 0.16.0 upgrade. -time: 2026-06-04T20:52:35.308341822+01:00 diff --git a/build.zig.zon b/build.zig.zon index 1fa9c41..8cd5641 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -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