Skip to main content

max / makenotwork

Release sando v0.2.3 Ships the auxiliary-repo checkout (aux_repo topology + synckit) so the self-update carries it onto the live controller. Version bump so /state sandod_version flips observably after the restart.
Co-Authored-By
Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-25 12:28 UTC
Signed with PGP, not checked
Commit: e8fa21e28b58afe5f0affc624d4c0275b0e0d7d0
Parent: 93db219
2 files changed, +2 insertions, -2 deletions
@@ -1611,7 +1611,7 @@
1611 1611
1612 1612 [[package]]
1613 1613 name = "sando-daemon"
1614 - version = "0.2.2"
1614 + version = "0.2.3"
1615 1615 dependencies = [
1616 1616 "anyhow",
1617 1617 "async-trait",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "sando-daemon"
3 - version = "0.2.2"
3 + version = "0.2.3"
4 4 edition = "2024"
5 5 license = "MIT"
6 6