Skip to main content

max / makeover-tui

Release 0.5.1 The makeover-tui v0.5.0 tag went out before the publish recipe landed, so the build could not read its own recipe and nothing reached crates.io. A crates.io version cannot be edited, and by the same logic a release that failed is rolled forward rather than retagged: the earlier tag stays where it is, pointing at a commit that was never published.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-31 17:48 UTC
Signed with PGP, not checked
Commit: 2d9211cccde8d007ce6f4f3b7b09c13af73e5c48
Parent: 5df3b1d
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-tui"
3 - version = "0.5.0"
3 + version = "0.5.1"
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"