mirror of
https://github.com/danog/strum.git
synced 2024-11-29 20:18:58 +01:00
publish 0.25.3
This commit is contained in:
parent
42c16664a8
commit
597f8e941f
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# 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)
|
## 0.25.2 (strum_macros)
|
||||||
|
|
||||||
* [#289](https://github.com/Peternator7/strum/pull/289): Enables a previously disabled rustdoc.
|
* [#289](https://github.com/Peternator7/strum/pull/289): Enables a previously disabled rustdoc.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "strum_macros"
|
name = "strum_macros"
|
||||||
version = "0.25.2"
|
version = "0.25.3"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
|
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user