Skip to content

v0.25.1

Latest

Choose a tag to compare

@RAprogramm RAprogramm released this 29 Oct 04:08
· 3 commits to main since this release

Fixed

  • Critical no_std compilation bug when default features are disabled (#326, #327)
    • Added missing String import in builder.rs
    • Added missing Box import in introspection.rs
    • Added missing ToString import in display.rs

Improved

  • Comprehensive no_std matrix testing in CI (#328, #329)
    • Added 6 parallel test configurations: bare, std, tracing, metrics, colored, all
    • Separate cache for each configuration
    • Prevents future no_std regressions

Build

  • Fixed Auto Release workflow rebase issue

Full Changelog: v0.25.0...v0.25.1