All notable changes to this project will be documented in this file.
0.3.7 - 2025-01-10
- Add #[allow(unused_imports)] lint to unstable reexports (#21)
0.3.6 - 2025-01-04
- Move pretty_assertions to dev-dependencies (#19)
0.3.5 - 2024-12-21
- prepare instability-example for publish (#18)
- clippy --fix
0.3.4 - 2024-12-21
- Allow marking impl blocks unstable/stable (#15)
0.3.3 - 2024-11-12
- add stable macro (#14)
- use doc(cfg)
- tests (#13)
- change master to main in lib.rs
- bump msrv to 1.63
- use proc_macro2 and add tests
- use darling instead of manual parsing for better error messages on attributes
0.3.2 - 2024-06-27
0.3.1 - 2024-06-27
- allow use statements to be marked unstable (#3)
- Fork and change name to instabilty
- Migrate to syn 2.x (#8)
- Support
const
,static
andtype