Chore
- add package.include directives to control which files are packaged.
Bug Fixes
- faster
with-hidden()
This is achieved by precomputing a hidden-frontier which the actual
traversal then cannot cross.
Commit Statistics
- 11 commits contributed to the release over the course of 32 calendar days.
- 32 days passed between releases.
- 2 commits were 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 (f9fbcba)
- Merge pull request #2497 from cruessler/pass-hash-len-to-tree-ref-iter (7d50c30)
- Adapt to changes in
gix-object(6df1d55) - Merge pull request #2523 from GitoxideLabs/improvements (6f47e98)
- Faster
with-hidden()(f6d993e) - Merge pull request #2513 from GitoxideLabs/v2-diff (2a5db88)
- Thanks clippy (e4f380e)
- Merge pull request #2518 from GitoxideLabs/improvements (444a92b)
- Add package.include directives to control which files are packaged. (3e05ca3)
- Make
package.includepatterns more specific so they don't match ignored files (c2c917f) - Merge pull request #2480 from GitoxideLabs/report (98bae84)