Skip to content

gix-attributes v0.27.0

Compare
Choose a tag to compare
@Byron Byron released this 15 Jul 03:40
· 56 commits to main since this release
5a919c4

New Features (BREAKING)

  • Pattern parser in is now stateful to allow options for how to parse ignore patterns.
    That way it can support settings and other state that affect parsing.
    This affects various crates which are all marked as breaking now.

Commit Statistics

  • 8 commits contributed to the release over the course of 59 calendar days.
  • 59 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Update changelogs prior to release (65037b5)
    • Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7)
    • Bump the cargo group across 1 directory with 68 updates (a9a8ea1)
    • Merge pull request #2041 from cruessler/add-blame-extraction (dd5f0a4)
    • Thanks clippy (554ce13)
    • Merge pull request #2019 from GitoxideLabs/precious-opt-in (5f9de52)
    • Pattern parser in is now stateful to allow options for how to parse ignore patterns. (828e903)
    • Merge pull request #2014 from GitoxideLabs/zip (648022b)