atproto utils for zig zat.dev
atproto sdk zig

release: v0.2.14

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+5 -1
+4
CHANGELOG.md
··· 1 1 # changelog 2 2 3 + ## 0.2.14 4 + 5 + - **fix**: memory leak in `HttpTransport.fetch()` — `toArrayList()` transferred buffer ownership without freeing; use `written()` instead to keep ownership with the deferred `deinit()` 6 + 3 7 ## 0.2.13 4 8 5 9 - **docs**: devlog 007 — up and to the right (corrections to 006, sync 1.1 verification, lightrail collection index)
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .zat, 3 - .version = "0.2.13", 3 + .version = "0.2.14", 4 4 .fingerprint = 0x8da9db57ee82fbe4, 5 5 .minimum_zig_version = "0.15.0", 6 6 .dependencies = .{