Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 1.23 KB

Unreleased - (release date)

0.1.5 - 2024-11-05

Changed

  • Increased MSRV to 1.65

0.1.4 - 2023-06-25

Changed

  • Updated indexmap dependency to 2.x
  • Increased MSRV to 1.64

0.1.3 - 2023-03-21

Changed

  • Updated syn dependency to 2.x
  • [BREAKING] Derive macro no longer accepts edition 2018 keywords even in edition 2015 code
    Note: This is considered a non-major breaking change

0.1.2 - 2022-08-13

Fixed

  • Documentation: typo in README

0.1.1 - 2022-04-24

Added

  • Documentation: section about recursive types
  • Documentation: note about semver hazard

0.1.0 - 2022-04-08

Added

Initial version