Skip to main content

max / makeover-immediate

Release 0.4.1 The makeover-immediate v0.4.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: 6a29cdd65be758e90b7f98f889abfa20c535aee1
Parent: 3ad47b0
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-immediate"
3 - version = "0.4.0"
3 + version = "0.4.1"
4 4 edition = "2024"
5 5 description = "The immediate-mode renderer for makeover-layout. Immediate mode is the constraint that matters, not the library: no cascade, no retained tree, one stroke per widget. Backed by egui."
6 6 license = "MIT"