Skip to main content

max / makeover

Release 2.0.0 The toml 0.8 to 1.1 upgrade (53a0e53) changed toml::Table, which appears in the public signatures of parse_meta and extract_colors. That is a breaking change to makeover's API, so it takes a major bump. The earlier 1.1.0 release shipped the same break mislabeled as a minor; 2.0.0 is the honest version for the toml-1.1 API and 1.1.0 will be yanked.
Author: Max Johnson <me@maxj.phd> · 2026-07-22 23:04 UTC
Commit: 01141dd771611ad35c6227fb50264f18fff76370
Parent: 9628e34
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover"
3 - version = "1.1.0"
3 + version = "2.0.0"
4 4 edition = "2024"
5 5 description = "Shared theme loading for the make-family apps: TOML theme files parsed into intent-based color tokens, with perceptual derivations and WCAG contrast."
6 6 license = "MIT"