github Byron/gitoxide gix-glob-v0.11.0
gix-glob v0.11.0

13 months ago

Chore

  • don't call crate 'WIP' in manifest anymore.

New Features

  • add Pattern::from_bytes_without_negation()

Bug Fixes

  • be sure to allow ENDS_WITH optimization if shellglobs are enabled

New Features (BREAKING)

  • Pattern::matches_repo_relative_path(..., wildmatch::Flags) allows controlling base flags.
    Previously, this method would assume that path globs should stop at slashes, and now
    this setting can be controlled by the caller.

Bug Fixes (BREAKING)

  • search::Pattern::may_use_glob_pattern() removed
    It actually wasn't used in the base implementation at all

Commit Statistics

  • 7 commits contributed to the release over the course of 12 calendar days.
  • 15 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update changelogs prior to release (f23ea88)
    • Be sure to allow ENDS_WITH optimization if shellglobs are enabled (ddb593b)
    • Don't call crate 'WIP' in manifest anymore. (229bd48)
    • Merge branch 'pathspec-matching' (9f4dfe0)
    • Add Pattern::from_bytes_without_negation() (2b48686)
    • Pattern::matches_repo_relative_path(..., wildmatch::Flags) allows controlling base flags. (63ef011)
    • search::Pattern::may_use_glob_pattern() removed (d9126eb)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.