unit-enum 1.4.2

A procedural macro for deriving ordinal methods in unit-like enums for Rust.
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## Version 1.4.2 (2025-05-17)

### Added

- Add documentation and funding links
- Setup GitHub actions

## 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