coreutils
coreutils copied to clipboard
build(deps): bump phf_codegen from 0.10.0 to 0.11.1
Bumps phf_codegen from 0.10.0 to 0.11.1.
Release notes
Sourced from phf_codegen's releases.
phf_codegen v0.11.1
Other
- add example using byte strings
Commit Statistics
- 100 commits contributed to the release over the course of 2723 calendar days.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
- Uncategorized
- Replace handmade changelog with generated one by
cargo-smart-release(cb84cf6)- Add category to crates (32a72c3)
- Update repository links on Cargo.toml (1af3b0f)
- Release 0.11.0 (d2efdc0)
- Make crates edition 2021 (b9d25da)
- Merge pull request #253 from JohnTitor/action-tweaks (a3e04bc)
- Fix some Clippy warnings (71fd47c)
- Make "unicase + macros" features work (11bb242)
- Prepare 0.10.1 release (4cc8344)
- Extract
phf_macrostests as a separated crate (8cf694d)- Refine doc comments (d8cfc43)
- Fix CI failure (d9b5ff2)
- Prepare for release 0.10.0 (588ac25)
- Prepare for v0.9.1 (9b71978)
- remove Slice type and fix some docs (99d3533)
- Minor cleanups (8868d08)
- Prepare 0.9.0 release (2ca46c4)
- Cleanup cargo metadata (a9e4b0a)
- Run rustfmt (dd86c6c)
- Fix some clippy warnings (9adc370)
- Cleanup docs (ddecc3a)
- Add support for uncased (2a6087f)
- replace uses of
std::borrow::Borrowwith newPhfBorrowtrait (b2f3a9c)- Add back ordered_map, ordered_set (0ab0108)
- Use
[patch.crates-io]section instead of path key (f47515b)- Release v0.8.0 (4060288)
- Merge pull request #172 from kornelski/patch-1 (eee56c0)
- remove ordered_map, ordered_set, phf_builder (8ae2bb8)
- Merge pull request #166 from abonander/158-trybuild (50c6c75)
- fix intra-module links (774c527)
- remove links to
phftypes since that crate is not linked (e7830f9)- add example using byte strings (f04e8de)
... (truncated)
Changelog
Sourced from phf_codegen's changelog.
How to make a new release
Since v0.11.1, this repository uses
cargo-smart-releaseto release crates.Installation
cargo install cargo-smart-releaseBefore running
cargo-smart-releaseIf the next version has a major change or bumps MSRV, i.e. it increases a minor version on
v0.Y.Zor a major version onvX.Y.Z, update the versions mentioned on the README and doc comments (and CI config if it touches MSRV).Run
cargo-smart-releaseFirst, just run:
cargo smart-release phf phf_codegen phf_generator phf_macros phf_sharedThis would show what
cargo-smart-releasewould do, e.g. how it updates the version number, changelog, etc. If you satisfy the output, run:cargo smart-release -u -e phf phf_codegen phf_generator phf_macros phf_sharedThis would make actual releases.
-emeans that it executes actual releases and-umeans that it always updates crates-index.cargo-smart-releasealso takes care of the Git tags.After executing it, ensure that all the releases are actually happened and the tags are pushed. If all the things are fine, that's it!
Commits
3897b21Release phf_shared v0.11.1, phf_generator v0.11.1, phf_macros v0.11.1, phf v0...3c6af3fMerge pull request #265 from rust-phf/unpin-criterion27a2ce4phf_generator: Unpin thecriteriondependency97f997dMerge pull request #264 from rust-phf/tweak-changelogcb84cf6Replace handmade changelog with generated one bycargo-smart-released441940Merge pull request #263 from lopopolo/lopopolo/rand-no-default-featuresdeefda1Disable default features for rand dep in phf_generator1407ebeMerge pull request #260 from JohnTitor/fix-repo-link488b163Fix a typoe0b34faAdd README.md for some crates- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)