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 mnw-cli 0.1.3
astra runs 0.1.2 and six commits have touched mnw-cli since the v0.1.2 tag.
d1a5480c is the one that matters: alloy's hotfix-repo work needs the
server-minted presigned PUT path to exist in the running CLI, and it does not.
Version-equal and stale is why /deepdeploy compares commits rather than numbers.
A deploy needs a version change, so this is the bump; the aarch64 build is
Bento's. Prod's copy ships inside the server release as a Sando companion and is
not what this covers.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+30 insertions,
-42 deletions
1837
1837
[[package]]
1838
1838
name = "makeover-layout"
1839
1839
version = "0.36.0"
1840
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+
checksum = "9ffed28fd6f311d8603b9fe02cffc14bacf29b840c486f84e8ff4866a4748514"
1840
1842
1841
1843
[[package]]
1842
1844
name = "makeover-timing"
1850
1852
[[package]]
1851
1853
name = "makeover-tui"
1852
1854
version = "0.36.0"
1855
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1856
+
checksum = "6ecee186af0fc104be9237defc437be2bfd8512cf5064ba0ff7a9298b01de081"
1853
1857
dependencies = [
1854
1858
"makeover",
1855
1859
"makeover-layout",
1943
1947
1944
1948
[[package]]
1945
1949
name = "mnw-cli"
1946
-
version = "0.1.2"
1950
+
version = "0.1.3"
1947
1951
dependencies = [
1948
1952
"anyhow",
1949
1953
"bytes",
4773
4777
source = "registry+https://github.com/rust-lang/crates.io-index"
4774
4778
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4775
4779
4780
+
[[patch.unused]]
4781
+
name = "kberg"
4782
+
version = "0.1.0"
4783
+
4784
+
[[patch.unused]]
4785
+
name = "ops-status"
4786
+
version = "0.1.0"
4787
+
4788
+
[[patch.unused]]
4789
+
name = "painhours"
4790
+
version = "0.1.0"
4791
+
4792
+
[[patch.unused]]
4793
+
name = "tagtree"
4794
+
version = "0.4.1"
4795
+
4796
+
[[patch.unused]]
4797
+
name = "synckit-config"
4798
+
version = "0.2.0"
4799
+
4800
+
[[patch.unused]]
4801
+
name = "docengine"
4802
+
version = "0.7.0"
4803
+
4776
4804
[[patch.unused]]
4777
4805
name = "quasi-type"
4778
4806
version = "0.1.0"
4812
4840
[[patch.unused]]
4813
4841
name = "quasi-webview"
4814
4842
version = "0.71.0"
4815
-
4816
-
[[patch.unused]]
4817
-
name = "kberg"
4818
-
version = "0.1.0"
4819
-
4820
-
[[patch.unused]]
4821
-
name = "ops-status"
4822
-
version = "0.1.0"
4823
-
4824
-
[[patch.unused]]
4825
-
name = "painhours"
4826
-
version = "0.1.0"
4827
-
4828
-
[[patch.unused]]
4829
-
name = "tagtree"
4830
-
version = "0.4.1"
4831
-
4832
-
[[patch.unused]]
4833
-
name = "makeover-build"
4834
-
version = "0.55.0"
4835
-
4836
-
[[patch.unused]]
4837
-
name = "makeover-immediate"
4838
-
version = "0.37.0"
4839
-
4840
-
[[patch.unused]]
4841
-
name = "makeover-touch"
4842
-
version = "0.26.0"
4843
-
4844
-
[[patch.unused]]
4845
-
name = "makeover-webview"
4846
-
version = "0.62.0"
4847
-
4848
-
[[patch.unused]]
4849
-
name = "docengine"
4850
-
version = "0.7.0"
4851
-
4852
-
[[patch.unused]]
4853
-
name = "synckit-config"
4854
-
version = "0.2.0"
1
1
[package]
2
2
name = "mnw-cli"
3
-
version = "0.1.2"
3
+
version = "0.1.3"
4
4
edition = "2024"
5
5
license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
6
6