Skip to main content

max / alloy_tui

9.0.0: take makeover-tui 0.29 Breaking, and the reason is links rather than anything in this crate's API: makeover-layout allows one copy of the vocabulary per graph, so a consumer cannot pair this with makeover-tui 0.28. 8.0.0 published earlier today against 0.28 and the manifest moved under it, which is the stale-at-an-equal-version case that version equality cannot see. Not published. alloy_tui is outside the makeover suite's standing publish authorization, so the release is Max's call and alloy stays pinned to the published 8.0.0 until it lands.
Author: Max Johnson <me@maxj.phd> · 2026-08-18 20:10 UTC
Signed with PGP, not checked
Commit: aa004a40c93faddbe055a0de9a2584e86884ee3c
Parent: e5722ac
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy_tui"
3 - version = "8.0.0"
3 + version = "9.0.0"
4 4 description = "Alloy design system: makeover intents rendered as ratatui Color/Style, plus themed widgets for the alloy console and siblings."
5 5 edition = "2024"
6 6 # 1.88 is ratatui 0.30.2's floor, and 0.30.2 is where `Block::shadow` lands.