# 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.2.1] - 2024-11-03 ### Changed - `tag!()` and `tag_mut!()` can now take dynamic expressions instead of just literals so they can be used with runtime-determined addresses. ## [0.2.0] - 2024-04-13 ### Added - Added `Debug` implementations for structs generated by `process_image!{}`. ## [0.1.1] - 2023-09-18 ### Added - Added implementations of `AsRef[u8]` and `AsMut<[u8]>` to the structs that are generated by `process_image!{}`. This allows direct access to the underlying buffer when necessary. ### Fixed - Fixed `From` and `TryFrom` not being referenced via fully qualified path in code that is generated by `process_image!{}`. ## [0.1.0] - 2023-09-09 Initial version. [unreleased]: https://github.com/rahix/process-image/compare/v0.2.1...HEAD [0.2.1]: https://github.com/rahix/process-image/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/rahix/process-image/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/rahix/process-image/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/rahix/process-image/releases/tag/v0.1.0