Changed (BREAKING)
- remove
path
module in favor ofgit-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.