coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

build(deps): bump phf_codegen from 0.10.0 to 0.11.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments

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_macros tests 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::Borrow with new PhfBorrow trait (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 phf types 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-release to release crates.

Installation

cargo install cargo-smart-release

Before running cargo-smart-release

If the next version has a major change or bumps MSRV, i.e. it increases a minor version on v0.Y.Z or a major version on vX.Y.Z, update the versions mentioned on the README and doc comments (and CI config if it touches MSRV).

Run cargo-smart-release

First, just run:

cargo smart-release phf phf_codegen phf_generator phf_macros phf_shared

This would show what cargo-smart-release would 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_shared

This would make actual releases. -e means that it executes actual releases and -u means that it always updates crates-index. cargo-smart-release also 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
  • 3897b21 Release phf_shared v0.11.1, phf_generator v0.11.1, phf_macros v0.11.1, phf v0...
  • 3c6af3f Merge pull request #265 from rust-phf/unpin-criterion
  • 27a2ce4 phf_generator: Unpin the criterion dependency
  • 97f997d Merge pull request #264 from rust-phf/tweak-changelog
  • cb84cf6 Replace handmade changelog with generated one by cargo-smart-release
  • d441940 Merge pull request #263 from lopopolo/lopopolo/rand-no-default-features
  • deefda1 Disable default features for rand dep in phf_generator
  • 1407ebe Merge pull request #260 from JohnTitor/fix-repo-link
  • 488b163 Fix a typo
  • e0b34fa Add README.md for some crates
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 08 '22 17:08 dependabot[bot]