1
0
mirror of https://github.com/danog/strum.git synced 2024-11-30 04:28:59 +01:00

Update package version to include patches

This commit is contained in:
Peter Glotfelty 2021-11-20 11:34:26 -08:00
parent 0c80602333
commit 5d733fd1f3
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.23.1
* [#193](https://github.com/Peternator7/strum/pull/193) Fixes an ambiguity introduced by #186 when your enum has a variant called Error.
* [#192](https://github.com/Peternator7/strum/pull/192) The work done in #189 was lost in other PR's. This re-added the functionality to support no-std.
## 0.23.0
* [#185](https://github.com/Peternator7/strum/pull/185) Adds the `FromRepr` derive that adds a `from_repr(x: usize) -> Option<Self>`

View File

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

View File

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