Skip to content

Commit

Permalink
Get ready to publish 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Glotfelty committed Jun 12, 2022
1 parent a952fc0 commit b25ea1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## Unreleased
## 0.24.1

* [#220](https://github.com/Peternator7/strum/pull/220). Add support for PHF in `EnumString` (opt-in runtime
performance improvements for large enums as `#[strum(use_phf)]`, requires `phf` feature and increases MSRV to `1.46`)
* [#224](https://github.com/Peternator7/strum/pull/224) tweaked the algorithm.
* [#217](https://github.com/Peternator7/strum/pull/217): Automatically implement `TryFrom` in `FromRepr`. This is
technically a breaking change, but the fix is to just remove the manual implementation of TryFrom so it shouldn't
be more than a minor inconvenience.

## 0.24.0

Expand Down
2 changes: 1 addition & 1 deletion strum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strum"
version = "0.24.0"
version = "0.24.1"
edition = "2018"
authors = ["Peter Glotfelty <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion strum_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.24.0"
version = "0.24.1"
edition = "2018"
authors = ["Peter Glotfelty <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b25ea1b

Please sign in to comment.