Skip to main content

max / alloy_tui

10.0.0: take makeover-tui 0.30 9.0.0 is tagged and pushed, so the bump is a new number rather than a rewrite of that one. Whether either reaches crates.io is the open release decision.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 21:15 UTC
Signed with PGP, not checked
Commit: 27988c5ad9cd4ad1719619663368127f4044a9d8
Parent: aa004a4
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy_tui"
3 - version = "9.0.0"
3 + version = "10.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.
@@ -29,7 +29,7 @@
29 29 # semver boundary, so a stale pin here holds the whole console on an old
30 30 # renderer rather than resolving forward. `Fidelity` and `Theme` are re-exported
31 31 # from this crate, so the renderer's public types are part of ours.
32 - makeover-tui = { version = "0.29.0", features = ["theme"] }
32 + makeover-tui = { version = "0.30.0", features = ["theme"] }
33 33
34 34 [lints.rust]
35 35 unused = "warn"