1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 12:04:38 +01:00

publish 0.25.3

This commit is contained in:
Peter Glotfelty 2023-10-14 12:21:13 -07:00
parent 42c16664a8
commit 597f8e941f
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 0.25.3 (strum_macros)
Received a number of bug fix PR's.
* [#300](https://github.com/Peternator7/strum/pull/300): Fixes EnumIter for enums named `Option`.
* [#301](https://github.com/Peternator7/strum/pull/301): Improved doc comments
* [#304](https://github.com/Peternator7/strum/pull/304): Removed some unused Vec's
* [#305](https://github.com/Peternator7/strum/pull/305): Added generic support to `EnumIs`
## 0.25.2 (strum_macros)
* [#289](https://github.com/Peternator7/strum/pull/289): Enables a previously disabled rustdoc.

View File

@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.25.2"
version = "0.25.3"
edition = "2018"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"