diff --git a/CHANGELOG.md b/CHANGELOG.md index de1f1ba..9f220d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.25.2 (strum_macros) + +* [#289](https://github.com/Peternator7/strum/pull/289): Enables a previously disabled rustdoc. +* [#287](https://github.com/Peternator7/strum/pull/287): Fixes a bug in EnumIter code gen so that we produce `::core` to + avoid issues with shadowing modules. + ## 0.25.1 (strum_macros) * [#276](https://github.com/Peternator7/strum/pull/276). Fixes [#275](https://github.com/Peternator7/strum/issues/275) and diff --git a/strum_macros/Cargo.toml b/strum_macros/Cargo.toml index d294cb1..c1b9762 100644 --- a/strum_macros/Cargo.toml +++ b/strum_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum_macros" -version = "0.25.1" +version = "0.25.2" edition = "2018" authors = ["Peter Glotfelty "] license = "MIT"