# 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). ## [Unreleased] ## [0.1.2] - 2021-07-15 ### Fixed - Fix incorrect alternate hex display for debug mode [#10] ## [0.1.1] - 2021-01-22 ### Added - Add LICENSE - Add tests ### Changed - Change to workspace ## [0.1.0] - 2021-01-13 ### Added - Add `Hex` proc macro - Add `HexDebug` proc macro [#10]: https://github.com/dusk-network/dusk-bytes/issues/10 [unreleased]: https://github.com/dusk-network/dusk-bytes/compare/derive-hex-0.1.2...HEAD [0.1.2]: https://github.com/dusk-network/dusk-bytes/releases/tag/derive-hex-0.1.2 [0.1.1]: https://github.com/dusk-network/dusk-bytes/releases/tag/derive-hex-0.1.1 [0.1.0]: https://github.com/dusk-network/dusk-bytes/releases/tag/derive-hex-0.1.0