github Byron/gitoxide git-traverse-v0.12.0
git-traverse v0.12.0

2 years ago

New Features

  • Add sorting mode to ancestor traversal #270

Changed (BREAKING)

  • rename commit::Ancestors::mode() to *::parents()
    The previous name was too generic to be helpful or discoverable.
  • remove pack-cache from Find::try_find(…)
    With the new architecture this can be an implementation detail without
    forcing it to be Sync.
  • move git_pack::data::Object to git_object::Data, massively alter git_odb::Find trait
    This will break a lot, but has to happen to prepare these traits for the
    next generation of object databases.

Commit Statistics

  • 15 commits contributed to the release over the course of 51 calendar days.
  • 55 days passed between releases.
  • 5 commits where understood as conventional.
  • 3 unique issues were worked on: #215, #266, #270

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • #215
    • refactor (9af2a94)
    • rename commit::Ancestors::mode() to *::parents() (5cf9323)
  • #266
    • adapt to changes in git-odb (a44dd4b)
    • Provide handle with a snapshot of the store's state (6e0cd6d)
    • remove pack-cache from Find::try_find(…) (ebc7f47)
    • move git_pack::data::Object to git_object::Data, massively alter git_odb::Find trait (2290d00)
  • #270
    • add test to validate parent mode is handled; don't clear object buffer (9498816)
  • Uncategorized
    • Release git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 (8f57c29)
    • Release git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 (d78aab7)
    • Release git-hash v0.9.1, git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0, safety bump 4 crates (373cbc8)
    • prepar changelogs for cargo-smart-release release (8900d69)
    • Release git-bitmap v0.0.1, git-hash v0.9.0, git-features v0.19.0, git-index v0.1.0, safety bump 9 crates (4624725)
    • thanks clippy (03d0660)
    • Add sorting mode to ancestor traversal #270 (eb36a3d)
    • ensure tests use 'merge.ff false' and recreate fixtures on each run (1d5ab44)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.