Skip to content

Commit

Permalink
Publishing a new version without #217 to enable phf
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Glotfelty committed Jun 25, 2022
1 parent b5ba7cc commit 0ba53ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.24.2

* [#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.

* Reverted [#217](https://github.com/peternator7/strum/pull/217) because it was disruptive and non-trivial to work around
if you hit it.

## ~~0.24.1~~ (Yanked becase #217 was more "breaking" than I wanted)

* [#220](https://github.com/Peternator7/strum/pull/220). Add support for PHF in `EnumString` (opt-in runtime
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.1"
version = "0.24.2"
edition = "2018"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"
Expand Down

0 comments on commit 0ba53ff

Please sign in to comment.