Skip to main content

max / makeover-build

0.45.0: take makeover-webview 0.50.0 The facet panel and the markdown field's data-format mark. Nothing here changes: this crate generates the sheet and the seals, and both pick the new rules up from the renderer without an edit. The consequence lands on consumers rather than here -- check_vocabulary_use' denominator goes 60 to 67 with the seven facet-* classes, so every app taking this raises its own seal by whatever share of them its markup does not write.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 20:39 UTC
Signed with PGP, not checked
Commit: 4a2fc3a3afb79faafb0323a6e1ed264bbd238c51
Parent: 25e38c7
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-build"
3 - version = "0.44.0"
3 + version = "0.45.0"
4 4 edition = "2024"
5 5 description = "Build-script support for the make-family design system: materialise makeover's themes and makeover-webview's stylesheet into a Tauri app's frontend, once, instead of copying the same twenty lines into every consumer's build.rs."
6 6 license = "MIT"
@@ -37,7 +37,7 @@
37 37 # a cell into a run of leaves, so "this text is a link" became a member the run
38 38 # holds rather than a field on one container, and the renderer needed a name for
39 39 # it that was not invented locally.
40 - makeover-webview = "0.49.0"
40 + makeover-webview = "0.50.0"
41 41 makeover-geometry = "0.7"
42 42
43 43 [lints.rust]