1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 (2023-04-05)
Changed
- Enforce const evaluation (#889)
0.4.0 (2023-04-02)
Changed
- Disallow comments inside hex strings (#816)
- Migrate to 2021 edition and bump MSRV to 1.57 (#816)
- Use CTFE instead of proc macro (#816)
0.3.4 (2021-11-11)
Changed
Added
- New tests for the
hex!()macro and internal documentation (#664)
Fixed
- Make
hex!()error when forward slash encountered as last byte (#665)
0.3.3 (2021-07-17)
Added
- Accept sequence of string literals (#519)
0.3.2 (2021-07-02)
Added
- Allow line (
//) and block (/* */) comments (#512)
0.3.1 (2020-08-01)
Added
- Documentation for the
hex!macro (#73)
0.3.0 (2020-07-16)
Changed
- MSRV bump to 1.45 (#53)