github Byron/gitoxide git-features-v0.21.0
git-features v0.21.0

latest releases: gix-object-v0.42.3, gix-actor-v0.31.4, gix-mailmap-v0.23.4...
2 years ago

Changed (BREAKING)

  • remove path module in favor of git-path crate

New Features (BREAKING)

  • mild refactor of paths module to waste less on unix
    Previously it might have performed find-and-replace on unix paths even
    though they wouldn't have changed afterwards, yet costing an allocation.

    There is also the realization that it should go into its own crate to have
    neater import paths and more convenience.

Commit Statistics

  • 7 commits contributed to the release over the course of 46 calendar days.
  • 46 days passed between releases.
  • 2 commits where understood as conventional.
  • 2 unique issues were worked on: #298, #301

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • #298
    • Enforce path conversion on windows gnu, it doesn't seem to like slashes (4d55a8f)
  • #301
    • update changelogs prior to release (84cb256)
    • remove path module in favor of git-path crate (90611ce)
    • mild refactor of paths module to waste less on unix (d078d6e)
    • refactor (8345b7c)
  • Uncategorized

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.