atproto pds in zig pds.zat.dev
pds atproto
24

Configure Feed

Select the types of activity you want to include in your feed.

Release v0.1.1

zzstoatzz (Jun 18, 2026, 12:33 PM -0500) f8df2242 49c1981a

+7 -7
+1 -1
Dockerfile
··· 7 7 && rm -rf /var/lib/apt/lists/* 8 8 9 9 ARG ZIG_VERSION=0.16.0 10 - ARG ZDS_VERSION=0.0.3 10 + ARG ZDS_VERSION=0.1.1 11 11 ARG BUILDARCH 12 12 ARG TARGETARCH=amd64 13 13 RUN set -eux; \
+2 -2
README.md
··· 114 114 115 115 ```sh 116 116 just docker-publish 117 - just docker-publish v0.1.0 117 + just docker-publish v0.1.1 118 118 just docker-publish-current 119 - just docker-publish-release v0.0.3 119 + just docker-publish-release v0.1.1 120 120 ``` 121 121 122 122 </details>
+1 -1
build.zig
··· 3 3 pub fn build(b: *std.Build) void { 4 4 const target = b.standardTargetOptions(.{}); 5 5 const optimize = b.standardOptimizeOption(.{}); 6 - const version = b.option([]const u8, "version", "Build version reported by /xrpc/_health") orelse "0.1.0"; 6 + const version = b.option([]const u8, "version", "Build version reported by /xrpc/_health") orelse "0.1.1"; 7 7 8 8 const zat = b.dependency("zat", .{ 9 9 .target = target,
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .zds, 3 - .version = "0.1.0", 3 + .version = "0.1.1", 4 4 .fingerprint = 0x6ebabab1f62e1904, 5 5 .minimum_zig_version = "0.16.0", 6 6 .dependencies = .{
+2 -2
docs/operations.md
··· 151 151 152 152 ```sh 153 153 just docker-publish 154 - just docker-publish v0.1.0 154 + just docker-publish v0.1.1 155 155 just docker-publish-current 156 - just docker-publish-release v0.0.3 156 + just docker-publish-release v0.1.1 157 157 ``` 158 158 159 159 ## releases