diff --git a/CHANGELOG.md b/CHANGELOG.md index eb762f8..eecb0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.26.4 (strum_macros) + +* [#360](https://github.com/Peternator7/strum/pull/360): Fixes bug introduced with new string interpolation feature where + unit structs took an implicit unnecessary dependency on `::core::alloc`. + ## 0.26.3 (strum_macros) * [#344](https://github.com/Peternator7/strum/pull/344): Hide `EnumTable` because it's going to be deprecated in the next diff --git a/strum_macros/Cargo.toml b/strum_macros/Cargo.toml index c38fbad..c053ac2 100644 --- a/strum_macros/Cargo.toml +++ b/strum_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum_macros" -version = "0.26.3" +version = "0.26.4" edition = "2018" authors = ["Peter Glotfelty "] license = "MIT"