Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 833 Bytes

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 833 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Version 1.4.1 (2024-11-18)

Fixed

Update documentation examples to ignore code blocks so client tests are not impacted

Version 1.4.0 (2024-10-28)

Added

  • Support for #[repr(type)]
  • Support for Other variant

Version 1.3.0 (2024-07-15)

Added

  • Add name() method

Version 1.2.0 (2024-07-02)

Added

  • Add discriminant() and from_discriminant(num) methods

Version 1.1.0 (2024-06-27)

Added

  • Add values() method and document all methods in UnitEnum macro

Version 1.0.0 (2024-03-17)

Added

  • Initial Revision