From 3341c2f39406e7b0db078da8b1d6a5ed955949a6 Mon Sep 17 00:00:00 2001 From: Peter Glotfelty Date: Sun, 6 Aug 2023 16:55:18 -0700 Subject: [PATCH] updated changelog to 0.25.2 --- CHANGELOG.md | 6 ++++++ strum_macros/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"