Skip to content

gix-object v0.46.1

Compare
Choose a tag to compare
@Byron Byron released this 22 Dec 15:07
· 24 commits to main since this release
c1ba571

A maintenance release without user-facing changes.

But actually, TreeRefIter now has methods to lookup entries, also recursively.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update changelogs prior to release (7ea8582)
    • Merge pull request #1686 from cruessler/move-lookup-entry-to-gix-object (39227a9)
    • Refactors (d7f4991)
    • Add test for entry that does not exist (54e399f)
    • Match on complete entry (08a86dc)
    • Deduplicate tests (2de935d)
    • Replace FindExt by Find (579a6f2)
    • Move lookup_entry, lookup_entry_by_path to TreeRefIter (32632e9)
    • Remove superfluous trait bound (1c6e4ae)
    • Don't recurse, use loop instead (7e66a4a)
    • Sketch recursive lookup (0cf6d3a)
    • Add lookup_entry, lookup_entry_by_path to TreeRef (d121fe7)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)