Skip to content

Latest commit

 

History

History
88 lines (48 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

88 lines (48 loc) · 2.45 KB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

0.3.7 - 2025-01-10

Other

  • Add #[allow(unused_imports)] lint to unstable reexports (#21)

0.3.6 - 2025-01-04

Other

  • Move pretty_assertions to dev-dependencies (#19)

0.3.5 - 2024-12-21

Other

  • prepare instability-example for publish (#18)
  • clippy --fix

0.3.4 - 2024-12-21

Added

  • Allow marking impl blocks unstable/stable (#15)

0.3.3 - 2024-11-12

Added

  • add stable macro (#14)
  • use 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

0.3.2 - 2024-06-27

Fixed

  • readme link to license (#7)
  • readme badge (#5)

0.3.1 - 2024-06-27

Added

  • allow use statements to be marked unstable (#3)

Other

  • tweak doc wording and formatting (#4)
  • add release automation (#1)

[0.3.0] - 2024-06-27

⚙️ Miscellaneous Tasks

  • Fork and change name to instabilty

[0.2.0] - 2024-04-02

🚜 Refactor

  • Migrate to syn 2.x (#8)

[0.1.1] - 2022-01-11

🚀 Features

  • Support const, static and type

[0.1.0] - 2020-10-23