From af792757c3d31a30f13f32400e0f8c9df6426026 Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Thu, 16 Jul 2026 16:45:55 +0100 Subject: [PATCH] chore(antd): release v0.11.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Packaging-only release: no antd code change since v0.11.0. What's new is the release *artifacts* — v0.11.1 is the first stable tag to carry the signed desktop installers (antd-windows-x64-setup.msi / antd-macos.pkg / antd-linux-x64.deb), and the first to carry a real licence agreement. The installer pipeline only reached main in #215; before that it lived on commits reachable solely from the v0.10.1-rc.3 tag, so every stable release to date shipped bare binaries. v0.11.1-rc.1 validated the pipeline from main (all package jobs green, MSI EV-signed, macOS pkg notarized + stapled, and the 0.10.1 -> 0.11.1 MSI major upgrade verified on hardware — a path the rc series never exercised, since the ProductVersion sanitizer collapsed every rc to the same 0.10.1). #217 then replaced WiX's lorem ipsum placeholder EULA with the repo's actual MIT OR Apache-2.0 text. The version bump is required even though the binary is unchanged: /health reports it, and ant-webex compares that against the latest stable tag. A binary reporting 0.11.0 under a v0.11.1 tag would leave the extension nudging "update available" forever. Co-Authored-By: Claude Opus 4.8 (1M context) --- antd/Cargo.lock | 2 +- antd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/antd/Cargo.lock b/antd/Cargo.lock index e81487c..7ad2356 100644 --- a/antd/Cargo.lock +++ b/antd/Cargo.lock @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "antd" -version = "0.11.1-rc.1" +version = "0.11.1" dependencies = [ "ant-core", "axum 0.8.9", diff --git a/antd/Cargo.toml b/antd/Cargo.toml index 4df304b..9b9fb4d 100644 --- a/antd/Cargo.toml +++ b/antd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "antd" -version = "0.11.1-rc.1" +version = "0.11.1" edition = "2021" license = "MIT OR Apache-2.0"