From 43c84b47d0044bcd6e0a9d7abffd616df850b965 Mon Sep 17 00:00:00 2001 From: S'Bussiso Dube <80188685+Sbussiso@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:10:38 -0700 Subject: [PATCH] =?UTF-8?q?Release=200.1.77=20=E2=80=94=20first=20build=20?= =?UTF-8?q?carrying=20the=20cameranode=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.1.76 was the last release built as sourcebox-sentry-cloudnode. This is the first whose assets match the name the docs, the installer and the product have all used for months. Cutting it also retires two workarounds that only existed to paper over the mismatch: - install.sh's post-extract rename becomes a pure backward-compat shim rather than the mechanism (it stays until nobody installs from a pre-0.1.77 release). - The README's Windows download step names sourcebox-sentry-cameranode-windows-x86_64.msi, which until now was an asset no release contained. Build verified before tagging, using the workflow_dispatch dry run added in the previous commit: all six targets compiled including x86_64-pc-windows-msvc, and all seven artifacts came out correctly named — the MSI among them. That mattered because wix/main.wxs took 25 edits in the rename and only builds on a Windows runner. Co-Authored-By: Claude Opus 5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e01e86c..15e2b02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2077,7 +2077,7 @@ dependencies = [ [[package]] name = "sourcebox-sentry-cameranode" -version = "0.1.76" +version = "0.1.77" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c9bfbdb..bc88aee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ # `cameranode` is also simply the more accurate word: this binary drives # cameras. It was never a cloud node. name = "sourcebox-sentry-cameranode" -version = "0.1.76" +version = "0.1.77" edition = "2021" authors = ["SourceBox LLC"] description = "Sentinel CameraNode — turns a USB webcam into a cloud-connected security camera."