main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
Release sando v0.2.2
Ship the D2/D2.1 deploy-reliability work (build-run observability, fast
pre-gate, shared build cache) as a versioned sandod build.
Co-Authored-By
Claude Opus 4.8 <noreply@anthropic.com>
4 files changed,
+8 insertions,
-8 deletions
1637
1637
1638
1638
[[package]]
1639
1639
name = "sando-daemon"
1640
-
version = "0.2.1"
1640
+
version = "0.2.2"
1641
1641
dependencies = [
1642
1642
"anyhow",
1643
1643
"async-trait",
1
1
[package]
2
2
name = "sando-daemon"
3
-
version = "0.2.1"
3
+
version = "0.2.2"
4
4
edition = "2024"
5
5
license = "MIT"
6
6
450
450
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
451
451
dependencies = [
452
452
"libc",
453
-
"windows-sys 0.61.2",
453
+
"windows-sys 0.52.0",
454
454
]
455
455
456
456
[[package]]
1237
1237
source = "registry+https://github.com/rust-lang/crates.io-index"
1238
1238
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1239
1239
dependencies = [
1240
-
"windows-sys 0.61.2",
1240
+
"windows-sys 0.59.0",
1241
1241
]
1242
1242
1243
1243
[[package]]
1793
1793
1794
1794
[[package]]
1795
1795
name = "sando-daemon"
1796
-
version = "0.2.1"
1796
+
version = "0.2.2"
1797
1797
dependencies = [
1798
1798
"anyhow",
1799
1799
"async-trait",
1815
1815
1816
1816
[[package]]
1817
1817
name = "sando-tui"
1818
-
version = "0.2.1"
1818
+
version = "0.2.2"
1819
1819
dependencies = [
1820
1820
"anyhow",
1821
1821
"chrono",
2033
2033
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2034
2034
dependencies = [
2035
2035
"libc",
2036
-
"windows-sys 0.61.2",
2036
+
"windows-sys 0.60.2",
2037
2037
]
2038
2038
2039
2039
[[package]]
1
1
[package]
2
2
name = "sando-tui"
3
-
version = "0.2.1"
3
+
version = "0.2.2"
4
4
edition = "2024"
5
5
license = "MIT"
6
6