atproto utils for zig zat.dev
atproto sdk zig

release: v0.2.13

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

+6 -1
+4
CHANGELOG.md
··· 1 1 # changelog 2 2 3 + ## 0.2.13 4 + 5 + - **docs**: devlog 007 — up and to the right (corrections to 006, sync 1.1 verification, lightrail collection index) 6 + 3 7 ## 0.2.12 4 8 5 9 - **feat**: configurable `keep_alive` on `HttpTransport` and `DidResolver.initWithOptions` — allows disabling HTTP connection reuse for memory leak investigation
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .zat, 3 - .version = "0.2.12", 3 + .version = "0.2.13", 4 4 .fingerprint = 0x8da9db57ee82fbe4, 5 5 .minimum_zig_version = "0.15.0", 6 6 .dependencies = .{
+1
scripts/publish-docs.zig
··· 20 20 .{ .path = "/devlog/004", .file = "devlog/004-sig-verify.md" }, 21 21 .{ .path = "/devlog/005", .file = "devlog/005-three-way-verify.md" }, 22 22 .{ .path = "/devlog/006", .file = "devlog/006-building-a-relay.md" }, 23 + .{ .path = "/devlog/007", .file = "devlog/007-up-and-to-the-right.md" }, 23 24 }; 24 25 25 26 pub fn main() !void {