Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 1.58 KB

Changelog

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

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