Skip to main content

max / makeover-tui

Take makeover-layout 0.9 Minor rather than patch because src/lib.rs:85 re-exports makeover_layout whole, so every type this crate hands through changes identity with the underlying version. Nothing here matched RowPart, which is what 0.9 opened, so the bump is the whole change.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 02:15 UTC
Signed with PGP, not checked
Commit: 41ae65b6e7e5b0a26c9834d03803855e8ee69284
Parent: fdecd45
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-tui"
3 - version = "0.8.0"
3 + version = "0.9.0"
4 4 edition = "2024"
5 5 description = "The terminal renderer for makeover-layout, on ratatui. Colour stops being the constraint above 256 entries; geometry never does, because an edge occupies a whole cell on every side."
6 6 license = "MIT"
@@ -14,7 +14,7 @@
14 14
15 15 [dependencies]
16 16 ratatui = { version = "0.30", default-features = false }
17 - makeover-layout = "0.8.0"
17 + makeover-layout = "0.9"
18 18 makeover = { version = "2.4.1", optional = true }
19 19
20 20 [lints.rust]