Releases: zkat/miette
Releases · zkat/miette
v4.6.0
v4.5.0
Features
- spans: make SourceSpan implement Copy (#151) (5e54b29a)
- help: update macro to allow optional help text (#152) (45093c2f)
- labels: allow optional labels in derive macro (#153) (23ee3642)
- help: allow non-option values in #[help] fields (ea55f458)
- label: use macro magic instead of optional flag for optional labels (9da62cd0)
Bug Fixes
v4.4.0
v4.3.0
v4.2.1
v4.2.0
v4.1.0
v4.0.1
v4.0.0
Breaking Changes
- colors: treat no-color mode as no-color instead of narratable (#94) (9dcce5f1)
- BREAKING CHANGE: NO_COLOR no longer triggers the narrated handler. Use
NO_GRAPHICS instead.
- BREAKING CHANGE: NO_COLOR no longer triggers the narrated handler. Use
- derive: Make derive macro
diagnostic
attribute more flexible. (#115) (5b8b5478)- BREAKING CHANGE:
diagnostic
attribute duplication will now error.
- BREAKING CHANGE: