Skip to main content

max / alloy_tui

6.0.0 Both dep bumps in this release are semver-incompatible and both crates' types sit in this crate's public API: makeover-geometry (0.4 -> 0.6) is re-exported as Density, Gap and Step, and makeover-tui (0.7 -> 0.8) as Fidelity, Mode and ThemeError, with Theme a public field. A consumer holding the old versions cannot mix, so this is a major release rather than the patch the diff size suggests.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-05 20:54 UTC
Signed with PGP, not checked
Commit: c85611f15201170523055684227fe64671807aa9
Parent: 555768e
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 = "5.0.0"
3 + version = "6.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.