mirror of
https://github.com/danog/strum.git
synced 2024-11-30 04:28:59 +01:00
updated changelog to 0.25.2
This commit is contained in:
parent
2782412396
commit
3341c2f394
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "strum_macros"
|
||||
version = "0.25.1"
|
||||
version = "0.25.2"
|
||||
edition = "2018"
|
||||
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
|
||||
license = "MIT"
|
||||
|
Loading…
Reference in New Issue
Block a user