phf_generator 0.11.2

PHF generation logic
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 2 commits contributed to the release over the course of 205 calendar days.
 - 320 days passed between releases.
 - 0 commits were understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Merge pull request #274 from ankane/license-files ([`21baa73`]https://github.com/rust-phf/rust-phf/commit/21baa73941a0694ec48f437c0c0a6abfcc2f32d2)
    - Include license files in crates ([`1229b2f`]https://github.com/rust-phf/rust-phf/commit/1229b2faa6b97542ab4850a1723b1723dea92814)
</details>

## 0.11.1 (2022-08-08)

<csr-id-27a2ce4b07ddc68c45e2faccbfef52d22375c1b0/>

### Other

 - <csr-id-27a2ce4b07ddc68c45e2faccbfef52d22375c1b0/> Unpin the `criterion` dependency


### Commit Statistics

<csr-read-only-do-not-edit/>

 - 135 commits contributed to the release over the course of 2723 calendar days.
 - 1 commit was understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release phf_shared v0.11.1, phf_generator v0.11.1, phf_macros v0.11.1, phf v0.11.1, phf_codegen v0.11.1 ([`3897b21`]https://github.com/rust-phf/rust-phf/commit/3897b21c6d38e5adcaf9110b4bb33c19f6b41977)
    - Merge pull request #265 from rust-phf/unpin-criterion ([`3c6af3f`]https://github.com/rust-phf/rust-phf/commit/3c6af3f7d783a6018070944a00fa29e0ff48b0dc)
    - Unpin the `criterion` dependency ([`27a2ce4`]https://github.com/rust-phf/rust-phf/commit/27a2ce4b07ddc68c45e2faccbfef52d22375c1b0)
    - Merge pull request #264 from rust-phf/tweak-changelog ([`97f997d`]https://github.com/rust-phf/rust-phf/commit/97f997d2be827ca636a29046c78e2c09c5c62650)
    - Replace handmade changelog with generated one by `cargo-smart-release` ([`cb84cf6`]https://github.com/rust-phf/rust-phf/commit/cb84cf6636ab52823c53e70d6abeac8f648a3482)
    - Merge pull request #263 from lopopolo/lopopolo/rand-no-default-features ([`d441940`]https://github.com/rust-phf/rust-phf/commit/d441940cbb1a4653d2b33467e2449e6178ad53a7)
    - Disable default features for rand dep in phf_generator ([`deefda1`]https://github.com/rust-phf/rust-phf/commit/deefda1cdff6ced54526ddb702b13282e0c8c66b)
    - Merge pull request #260 from JohnTitor/fix-repo-link ([`1407ebe`]https://github.com/rust-phf/rust-phf/commit/1407ebe536b39611db92d765ddec4de0e6c8a16e)
    - Add README.md for some crates ([`e0b34fa`]https://github.com/rust-phf/rust-phf/commit/e0b34fa0a697f45f2c41a875bf84b78a6d3ce079)
    - Add category to crates ([`32a72c3`]https://github.com/rust-phf/rust-phf/commit/32a72c3859997fd6b590e9ec092ae789d2acdf55)
    - Update repository links on Cargo.toml ([`1af3b0f`]https://github.com/rust-phf/rust-phf/commit/1af3b0fe1f8fdcae7ccc1bc8d51de309fb16a6bf)
    - Merge pull request #258 from JohnTitor/release-0.11.0 ([`c0b9ef9`]https://github.com/rust-phf/rust-phf/commit/c0b9ef98e798f807f94544aeb0fff429ef280efc)
    - Release 0.11.0 ([`d2efdc0`]https://github.com/rust-phf/rust-phf/commit/d2efdc08a7eb1d0d6c414b7b2ac41ce1fe1f9a43)
    - Merge pull request #257 from JohnTitor/edition-2021 ([`36ec885`]https://github.com/rust-phf/rust-phf/commit/36ec8854a9da4f295618e98d94aaf7150df2173e)
    - Make crates edition 2021 ([`b9d25da`]https://github.com/rust-phf/rust-phf/commit/b9d25da58b912d9927fbc41901631cd77836462b)
    - Merge pull request #251 from JohnTitor/weak-deps ([`2e1167c`]https://github.com/rust-phf/rust-phf/commit/2e1167c2046cd20aed1a906b4e23b40303cf0c00)
    - Make "unicase + macros" features work ([`11bb242`]https://github.com/rust-phf/rust-phf/commit/11bb2426f0237b1ecea8c8038630b1231ede4871)
    - Merge pull request #240 from JohnTitor/docs-update ([`da98b9e`]https://github.com/rust-phf/rust-phf/commit/da98b9e80fdb22cd6d48a4a42489840afe603756)
    - Refine doc comments ([`d8cfc43`]https://github.com/rust-phf/rust-phf/commit/d8cfc436059a1c2c3ede1afb0f9ec2333c046fc6)
    - Merge pull request #234 from JohnTitor/fix-ci ([`eba4cc2`]https://github.com/rust-phf/rust-phf/commit/eba4cc28d92c1db95cc430985a0fbc9ca63d1307)
    - Fix CI failure ([`d9b5ff2`]https://github.com/rust-phf/rust-phf/commit/d9b5ff23367d2bbcc385ff8243c7d972f45d459c)
    - Merge pull request #230 from JohnTitor/release-0.10 ([`3ea14b2`]https://github.com/rust-phf/rust-phf/commit/3ea14b2166553ad6e7b9afe7244144f5d661b6c6)
    - Prepare for release 0.10.0 ([`588ac25`]https://github.com/rust-phf/rust-phf/commit/588ac25dd5c0afccea084e6f94867328a6a30454)
    - Merge pull request #228 from JohnTitor/release-0.9.1 ([`d527f9d`]https://github.com/rust-phf/rust-phf/commit/d527f9d016adafe7d2930e37710291030b432838)
    - Prepare for v0.9.1 ([`9b71978`]https://github.com/rust-phf/rust-phf/commit/9b719789149ef195ef5eba093b7e73255fbef8dc)
    - Merge pull request #227 from JohnTitor/pin-criterion ([`d71851e`]https://github.com/rust-phf/rust-phf/commit/d71851ef62092143914cc5a2bbbb780029a55ceb)
    - Pin `criterion` version ([`b19afb6`]https://github.com/rust-phf/rust-phf/commit/b19afb6544c4c04fb7893661455191942d14e4af)
    - Fix included files ([`0442122`]https://github.com/rust-phf/rust-phf/commit/04421227eb627eab52ddc9195874ed67be9044df)
    - Merge pull request #219 from JohnTitor/release-0.9.0 ([`307969f`]https://github.com/rust-phf/rust-phf/commit/307969ff3bb8cae320e648890a9525920035944b)
    - Prepare 0.9.0 release ([`2ca46c4`]https://github.com/rust-phf/rust-phf/commit/2ca46c4f9c9083c128fcc6add33dc5986638940f)
    - Cleanup cargo metadata ([`a9e4b0a`]https://github.com/rust-phf/rust-phf/commit/a9e4b0a1e84825004fa66e938b870f83d3147d0d)
    - Merge pull request #218 from JohnTitor/cleanup ([`76f9072`]https://github.com/rust-phf/rust-phf/commit/76f907239af9b0cca7dac4e6d702cedc72f6f371)
    - Run rustfmt ([`dd86c6c`]https://github.com/rust-phf/rust-phf/commit/dd86c6c103f25021b52144085b8fab0a94582bef)
    - Cleanup docs ([`ddecc3a`]https://github.com/rust-phf/rust-phf/commit/ddecc3aa97aec6d9e9d6e59c57bc598d476335c1)
    - Merge pull request #212 from JohnTitor/tweak-benches ([`f12cf10`]https://github.com/rust-phf/rust-phf/commit/f12cf1051439664284f671c1371fb7197748e97c)
    - Tweak benchmarks ([`5ea2854`]https://github.com/rust-phf/rust-phf/commit/5ea2854f1e58bb4a821559b94c42f446e953eccb)
    - Merge pull request #208 from JohnTitor/simplify-workspace ([`a47ac36`]https://github.com/rust-phf/rust-phf/commit/a47ac36b16dd8798659be3e24f74051cd1ed760d)
    - Use `[patch.crates-io]` section instead of path key ([`f47515b`]https://github.com/rust-phf/rust-phf/commit/f47515bce5c433214dbecee262a7a6f14e6a74d4)
    - Merge pull request #206 from Kazurin-775/master ([`7ebc9e7`]https://github.com/rust-phf/rust-phf/commit/7ebc9e7986ca9ae86c6e871b4fd495a401d6b5ca)
    - Fix phf_macros on no_std ([`d7af3dc`]https://github.com/rust-phf/rust-phf/commit/d7af3dc96a67070e2f9000158d074825f0a9d592)
    - Merge pull request #201 from benesch/rand-08-redux ([`73a6799`]https://github.com/rust-phf/rust-phf/commit/73a6799f048228039af32c8e21246a63d977c9e3)
    - Update to rand v0.8 ([`6d5bfb4`]https://github.com/rust-phf/rust-phf/commit/6d5bfb4a377270d2ae69e05347044b1a95499973)
    - Merge pull request #180 from abonander/master ([`81c7cc5`]https://github.com/rust-phf/rust-phf/commit/81c7cc5b48649108428671d3b8ad151f6fbdb359)
    - Release v0.8.0 ([`4060288`]https://github.com/rust-phf/rust-phf/commit/4060288dc2c1ebe3b0630e4016ed51935bb0c863)
    - Merge pull request #181 from mati865/criterion ([`696eee1`]https://github.com/rust-phf/rust-phf/commit/696eee1f38213fe4a404ddfb9ef10d8e61ef0700)
    - Update criterion ([`9de3d83`]https://github.com/rust-phf/rust-phf/commit/9de3d836537b1360a3a1edf07ce5a9009f9c71c1)
    - Merge pull request #164 from abonander/perf-improvements ([`70129c6`]https://github.com/rust-phf/rust-phf/commit/70129c6fbcdf428ce9f1014eea935301ac70e410)
    - Use two separate hashes and full 32-bit displacements ([`9b70bd9`]https://github.com/rust-phf/rust-phf/commit/9b70bd94f8b0b74f156e75ccefbd4a4c7ba29728)
    - Add simple test for timing checks ([`ecb9fd5`]https://github.com/rust-phf/rust-phf/commit/ecb9fd58437722d568b82a52fb4750f9d0acecc1)
    - Merge pull request #159 from upsuper/rand-07 ([`f6407a0`]https://github.com/rust-phf/rust-phf/commit/f6407a056d432326bbfa42f476736ce754354e3e)
    - Upgrade rand to 0.7 ([`522f823`]https://github.com/rust-phf/rust-phf/commit/522f8230b9e738707764aed699bafc7c7ca997d0)
    - Merge branch 'master' into patch-1 ([`cd0d7ce`]https://github.com/rust-phf/rust-phf/commit/cd0d7ce1194252dcaca3153988ba2a4effa66b4f)
    - Merge pull request #152 from abonander/unicase-upgrade ([`27f7c2c`]https://github.com/rust-phf/rust-phf/commit/27f7c2c85efde7aeb3c5409985f2d605aff8e05b)
    - Convert to 2018 edition ([`9ff66ab`]https://github.com/rust-phf/rust-phf/commit/9ff66ab36a23c7170cc775773f042a06de426c3b)
    - Release v0.7.24 ([`1287414`]https://github.com/rust-phf/rust-phf/commit/1287414b1302d2d717c5f4be81accf4c12ccad48)
    - Upgrade rand and siphasher ([`80d9894`]https://github.com/rust-phf/rust-phf/commit/80d9894e5db7b5a8acf5b89716ee506de2a95b99)
    - Release v0.7.23 ([`a050b6f`]https://github.com/rust-phf/rust-phf/commit/a050b6f2a6b825bf0824339266ab9545340420d4)
    - Upgrade rand ([`9098872`]https://github.com/rust-phf/rust-phf/commit/9098872d320ad7c48fe1f58fedd7113aa08c8200)
    - Release 0.7.22 ([`ab88405`]https://github.com/rust-phf/rust-phf/commit/ab884054fa17eef915db2bdb5259c7aa71fbfea6)
    - Upgrade rand ([`e7b5a35`]https://github.com/rust-phf/rust-phf/commit/e7b5a35d14f6927a748f3c55a1c87b5b751ececd)
    - Release v0.7.21 ([`6c7e2d9`]https://github.com/rust-phf/rust-phf/commit/6c7e2d9ce17ff1b87507925bdbe87e6e682ed3e4)
    - Link to docs.rs ([`61142c5`]https://github.com/rust-phf/rust-phf/commit/61142c5aa168cff1bf53a6961ddc12012b49e1bb)
    - Dependency cleanup ([`f106aa6`]https://github.com/rust-phf/rust-phf/commit/f106aa66d85abfba3d627d12fd46a9b080c83e95)
    - Release v0.7.20 ([`f631f50`]https://github.com/rust-phf/rust-phf/commit/f631f50abfaf6ea3d6fc8caaada47975b6df3a62)
    - Merge branch 'release' ([`ea7e256`]https://github.com/rust-phf/rust-phf/commit/ea7e2562706663632a0af65ae9fa94e5cf78c4ea)
    - Merge branch 'release-v0.7.19' into release ([`81a4806`]https://github.com/rust-phf/rust-phf/commit/81a4806b05f14fb49aa972de27a42926a542ec44)
    - Release v0.7.19 ([`0a98dd1`]https://github.com/rust-phf/rust-phf/commit/0a98dd1865d12a3fa4cc27bdb38fa1e7374940d9)
    - Merge branch 'release' ([`ecab54b`]https://github.com/rust-phf/rust-phf/commit/ecab54b8a028c88938f220dbb0a684e017bab62f)
    - Merge branch 'release-v0.7.18' into release ([`dfa970b`]https://github.com/rust-phf/rust-phf/commit/dfa970b229cc32cfb2da1692aa94ad8a266e704a)
    - Release v0.7.18 ([`3f71765`]https://github.com/rust-phf/rust-phf/commit/3f717650f4331f5dbb9d7a3f878228fcf1138729)
    - Merge branch 'release' ([`5f08563`]https://github.com/rust-phf/rust-phf/commit/5f0856327731107d9fada1b0318f6f15f32957c2)
    - Merge branch 'release-v0.7.17' into release ([`e073dd2`]https://github.com/rust-phf/rust-phf/commit/e073dd262d1b4c95234222ee5048fc883b9c7301)
    - Release v0.7.17 ([`21ecf72`]https://github.com/rust-phf/rust-phf/commit/21ecf72101715e4754db95a64ecd7de5a37b7f14)
    - Merge branch 'release' ([`839f06d`]https://github.com/rust-phf/rust-phf/commit/839f06d5a10c1300353b8f3c972990624695b668)
    - Merge branch 'release-v0.7.16' into release ([`6f5575c`]https://github.com/rust-phf/rust-phf/commit/6f5575c9b12d3619ea17c0825a613fcac12820f4)
    - Release v0.7.16 ([`8bf29c1`]https://github.com/rust-phf/rust-phf/commit/8bf29c10a878c83d73cc40385f0e96cb9cc95afa)
    - Merge branch 'release' ([`b4ec398`]https://github.com/rust-phf/rust-phf/commit/b4ec398f415e5cac2cd4d794b1889788e644447f)
    - Merge branch 'release-v0.7.15' into release ([`6bbc9e2`]https://github.com/rust-phf/rust-phf/commit/6bbc9e249b9a84e2019432b7d3b178851d2d776e)
    - Release v0.7.15 ([`20f896e`]https://github.com/rust-phf/rust-phf/commit/20f896e6975cabb9cf9883b08eaa5b3da8597f11)
    - Merge branch 'release' ([`7c692d4`]https://github.com/rust-phf/rust-phf/commit/7c692d42970bf6cb2540f6b2d3c88d63b3fd1f7a)
    - Merge branch 'release-v0.7.14' into release ([`ea8dd65`]https://github.com/rust-phf/rust-phf/commit/ea8dd652c292746a20bf3a680e9f925f6f0530b1)
    - Release v0.7.14 ([`fee66fc`]https://github.com/rust-phf/rust-phf/commit/fee66fc20e33f2b119f830a8926f3b6e52abcf09)
    - Merge branch 'release' ([`d9351e1`]https://github.com/rust-phf/rust-phf/commit/d9351e1488bd42d1a4453e4a465177fb1c781fdc)
    - Merge branch 'release-v0.7.13' into release ([`b582e4e`]https://github.com/rust-phf/rust-phf/commit/b582e4ecec23be992ba915fc7873c0d5598f388a)
    - Release v0.7.13 ([`4769a6d`]https://github.com/rust-phf/rust-phf/commit/4769a6d2ce1d392da06e4b3cb833a1cdccb1f1aa)
    - Merge branch 'release' ([`5659a9d`]https://github.com/rust-phf/rust-phf/commit/5659a9db39bc5ee2179b264fce4cba4384d6d025)
    - Merge branch 'release-v0.7.12' into release ([`2f0a5de`]https://github.com/rust-phf/rust-phf/commit/2f0a5de9f01d9d22c774d8d85daec2a047a462e8)
    - Release v0.7.12 ([`9b75ee5`]https://github.com/rust-phf/rust-phf/commit/9b75ee5ed14060c45a5785fba0387be09e698624)
    - Merge branch 'release' ([`87ffab8`]https://github.com/rust-phf/rust-phf/commit/87ffab863aaeefb5ac2164da62f0407122d8057e)
    - Merge branch 'release-v0.7.11' into release ([`7260d04`]https://github.com/rust-phf/rust-phf/commit/7260d04413349bacab484afb74f9a496335278e1)
    - Release v0.7.11 ([`a004227`]https://github.com/rust-phf/rust-phf/commit/a0042277b181ec95fcbf29751b9a453f4f962ebb)
    - Merge branch 'release' ([`1579bec`]https://github.com/rust-phf/rust-phf/commit/1579bec1448c7b833f5965fe39d4ef2df66c982c)
    - Merge branch 'release-v0.7.10' into release ([`25cea13`]https://github.com/rust-phf/rust-phf/commit/25cea133fb4eec938bdfa74f04adbc8d94e30d4e)
    - Release v0.7.10 ([`c43154b`]https://github.com/rust-phf/rust-phf/commit/c43154b2661dc09620a7879c16f37b47d6ec03ae)
    - Merge branch 'release' ([`2c67ce5`]https://github.com/rust-phf/rust-phf/commit/2c67ce5a4129cd543178bf015f021a3bb83b6895)
    - Merge branch 'release-v0.7.9' into release ([`87206e1`]https://github.com/rust-phf/rust-phf/commit/87206e1c7b8d4089370dc168402ded0c0700a447)
    - Release v0.7.9 ([`b7d29df`]https://github.com/rust-phf/rust-phf/commit/b7d29dfe0df288b2da74de195f764eace1c8e443)
    - Merge branch 'release' ([`cd33902`]https://github.com/rust-phf/rust-phf/commit/cd339023e90ac1ce6971fa81badea65fb1f2b086)
    - Merge branch 'release-v0.7.8' into release ([`8bc23a0`]https://github.com/rust-phf/rust-phf/commit/8bc23a023908a038d668b6f7d8e94ee416995285)
    - Release v0.7.8 ([`aad0b9b`]https://github.com/rust-phf/rust-phf/commit/aad0b9b658fb970e3df60b066961aafca1a17c44)
    - Merge branch 'release' ([`dccff69`]https://github.com/rust-phf/rust-phf/commit/dccff69384729e3d4972174ce62d8f9db9429485)
    - Merge branch 'release-v0.7.7' into release ([`2d988b7`]https://github.com/rust-phf/rust-phf/commit/2d988b7dfb04d949246adc047f6b195263612246)
    - Release v0.7.7 ([`c9e7a93`]https://github.com/rust-phf/rust-phf/commit/c9e7a93f4d6f85a72651aba6187e4c956d8c1167)
    - Run through rustfmt ([`58e2223`]https://github.com/rust-phf/rust-phf/commit/58e222380b7fc9609a055cb5a6110ba04e47d677)
    - Merge branch 'release' ([`776046c`]https://github.com/rust-phf/rust-phf/commit/776046c961456dee9e16a6b6574d336c66e259f8)
    - Merge branch 'release-v0.7.6' into release ([`2ea7d5c`]https://github.com/rust-phf/rust-phf/commit/2ea7d5cab5e9e54952ca618b43ec3583a33a4847)
    - Release v0.7.6 ([`5bcd5c9`]https://github.com/rust-phf/rust-phf/commit/5bcd5c95215f5aa29e133cb2912662085a8158f0)
    - Merge branch 'release' ([`1f770df`]https://github.com/rust-phf/rust-phf/commit/1f770df1290b586a8d641ecb0bbd105080afc0ea)
    - Merge branch 'release-v0.7.5' into release ([`bb65b8c`]https://github.com/rust-phf/rust-phf/commit/bb65b8cca30ef9d4518e3083558019a972873efa)
    - Release v0.7.5 ([`fda44f5`]https://github.com/rust-phf/rust-phf/commit/fda44f550401c1bd4aad29bb2c07030b86761028)
    - Merge branch 'release' ([`269b5dc`]https://github.com/rust-phf/rust-phf/commit/269b5dc41ebf82f423393d5219e8107e9c911a03)
    - Merge branch 'release-v0.7.4' into release ([`7c093e8`]https://github.com/rust-phf/rust-phf/commit/7c093e83ffe5192d9cdcd5402b6abb7800ffafb3)
    - Release v0.7.4 ([`c7c0d3c`]https://github.com/rust-phf/rust-phf/commit/c7c0d3c294126157f0275a05b7c3a65c419234a1)
    - Merge pull request #62 from SimonSapin/string-cache ([`6f59718`]https://github.com/rust-phf/rust-phf/commit/6f5971869e5864cae653ec3606d17b554c343ef8)
    - Add hash() and get_index() to phf_shared. ([`d3b2ea0`]https://github.com/rust-phf/rust-phf/commit/d3b2ea0f0a9bd9cb79da90d8795f1905c3df1f5f)
    - Update PhfHash to mirror std::hash::Hash ([`96ef156`]https://github.com/rust-phf/rust-phf/commit/96ef156baae669b233673d6be2b96617ad48551e)
    - Release v0.7.3 ([`77ea239`]https://github.com/rust-phf/rust-phf/commit/77ea23917e908b10c4c5c463671a8409292f8661)
    - Minor generator cleanup ([`14e81a9`]https://github.com/rust-phf/rust-phf/commit/14e81a96bf567e06ea671535108c94e974113c9c)
    - Release v0.7.2 ([`642b69d`]https://github.com/rust-phf/rust-phf/commit/642b69d0100a4ee7ec6e430ef1351bd1f28f9a4a)
    - Release v0.7.1 ([`9cb9de9`]https://github.com/rust-phf/rust-phf/commit/9cb9de911ad4e16964f0def29780dde1630c3619)
    - Release v0.7.0 ([`555a690`]https://github.com/rust-phf/rust-phf/commit/555a690561673597aee068650ac884bbcc2e31cf)
    - Release v0.6.19 ([`5810d30`]https://github.com/rust-phf/rust-phf/commit/5810d30ef2162f33cfb4da99c65b7344c7f2913b)
    - Release v0.6.18 ([`36efc72`]https://github.com/rust-phf/rust-phf/commit/36efc721478d097fba1e5458cbdd9f288637abae)
    - Release v0.6.17 ([`271ccc2`]https://github.com/rust-phf/rust-phf/commit/271ccc27d885363d4d8c549f75624d08c48e56c5)
    - Bump rand version ([`8959cee`]https://github.com/rust-phf/rust-phf/commit/8959cee53fff8b45f548b236d13eca9ae84308a6)
    - Release v0.6.15 ([`ede14df`]https://github.com/rust-phf/rust-phf/commit/ede14df1e574674852b09bcafff4ad549ebfd4ae)
    - Merge pull request #51 from mbrubeck/rand ([`0923103`]https://github.com/rust-phf/rust-phf/commit/092310344f2397b8bdc27894248f69a6c29ed5cc)
    - Update to rand 0.2 ([`ab49d38`]https://github.com/rust-phf/rust-phf/commit/ab49d388e8e49a39f386100f5903e2a74a6b53c5)
    - Release v0.6.14 ([`cf64ebb`]https://github.com/rust-phf/rust-phf/commit/cf64ebb8f769c9f12c9a03d05713dde6b8caf371)
    - Release v0.6.13 ([`4fdb533`]https://github.com/rust-phf/rust-phf/commit/4fdb5331fd9978ca3e180a06fb2e34627f50fb77)
    - Release v0.6.12 ([`59ca586`]https://github.com/rust-phf/rust-phf/commit/59ca58637206c9806c13cc24cb35cb7d0ce9d23f)
    - Release v0.6.11 ([`e1e6d3b`]https://github.com/rust-phf/rust-phf/commit/e1e6d3b40a6babddd0989406f2b4e952443ff52e)
    - Release v0.6.10 ([`fc45373`]https://github.com/rust-phf/rust-phf/commit/fc45373b34a461664f532c5108f3d2625172c128)
    - Add doc roots ([`e22cdea`]https://github.com/rust-phf/rust-phf/commit/e22cdea2b24ce65b4de25adbb6cce727f20ac2f5)
    - Move generation logic to its own crate ([`cfeee87`]https://github.com/rust-phf/rust-phf/commit/cfeee8714caa4ecb3199df2a2ac149fe6a28ecc0)
</details>