From d50b2d4b11fea8ecb68e9f7b4d4780ea9769c799 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Wed, 8 Jul 2026 14:57:03 -0500 Subject: [PATCH] =?UTF-8?q?release:=20v0.3.13=20(re-cut=20of=20v0.4.0=20?= =?UTF-8?q?=E2=80=94=20additive=20change,=20patch=20not=20minor)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- build.zig.zon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d4cdf..96ba780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # changelog -## 0.4.0 +## 0.3.13 - **feat**: `FirehoseClient` host entries accept full `ws(s)://` URLs (scheme carries tls, port in the URL, path ignored), matching ecosystem norms (atmos `streaming.Options.URL`, jetstream `--relay-url`). Bare hostnames remain implicit wss, so existing callers are unchanged. New `firehose.Endpoint.parse` exposed. Enables non-TLS local upstreams like the jetstream simulator (`ws://localhost:7777`). diff --git a/build.zig.zon b/build.zig.zon index 95d22cd..485537c 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .zat, - .version = "0.4.0", + .version = "0.3.13", .fingerprint = 0x8da9db57ee82fbe4, .minimum_zig_version = "0.16.0-dev.3070+b22eb176b", .dependencies = .{ -- 2.51.2