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:
parent
0c80602333
commit
5d733fd1f3
@ -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>`
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user