Releases: ratatui/instability
Releases · ratatui/instability
instability-v0.3.7
Other
- Add #[allow(unused_imports)] lint to unstable reexports (#21)
instability-example-v0.3.7
Other
- Add #[allow(unused_imports)] lint to unstable reexports (#21)
instability-v0.3.6
Other
- Move pretty_assertions to dev-dependencies (#19)
instability-example-v0.3.6
instability-v0.3.5
Other
- prepare instability-example for publish (#18)
- clippy --fix
instability-v0.3.4
Added
- Allow marking impl blocks unstable/stable (#15)
instability-example-v0.3.5
instability-example-v0.3.4
chore: Release package instability-example version 0.3.4
instability-v0.3.3
Added
- add stable macro (#14)
- use doc(cfg) - Note: this requires
#![feature(doc_cfg)]
to be added to your lib.rs (consider feature flagging this e.g.#![cfg_attr(docsrs, feature(doc_cfg))]
)
Fixed
- tests (#13)
- change master to main in lib.rs
Other
- bump msrv to 1.63
- use proc_macro2 and add tests
- use darling instead of manual parsing for better error messages on attributes