# Changelog All notable changes to this project will be documented in this file. The format is loosely 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). Additionally we have an `Internal` section for changes that are of interest to developers. Dates in this file are formattes as `YYYY-MM-DD`. ## [`0.3.0`] - 2023-03-25 ### Fixed - Fixed a minor proc. macro hygiene issue with the generated `EnumTag` trait implementation. ## [`0.2.0`] - 2023-03-24 ### Fixed - Fixed a minor proc. macro hygiene issue with `derive` invokations generated by the `EnumTag` derive. ## [`0.1.0`] - 2023-03-23 Initial release of the `enum-tag` crate.