# 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 0.1.0 (2024-02-05) ### Changed - Compile time error, if there are zero or one features in `exactly_one_of!` and `none_or_one_of!` macros. They were ignored before. ## 0.0.3 (2023-11-09) ### Added - It's the initial release! 🎉