- octal Debug representation of `tree::EntryMode`.
This makes it easier to reason about.
- `FindExt` now supports empty trees and empty blobs natively.
- Add `tree::Editor::get()` to get entries directly from the editor.
This is useful if in the middle of an edit you'd like to lookup what's there
to choose a non-conflicting name, for example.
### New Features (BREAKING)
- move `gix-odb::Write` trait to `gix-object::Write`.
There it's far more useful and plumbing crates are enabled to write
objects without pulling in `gix-odb` as dependency.
### Commit Statistics
- 13 commits contributed to the release.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
* **Uncategorized**
- Prepare changelogs prior to release (bc9d994)
- Merge pull request #1661 from GitoxideLabs/merge (0b7abfb)
- Octal Debug representation of `tree::EntryMode`. (cd61c25)
- Merge pull request #1690 from EliahKagan/gitattributes (700cfa5)
- Fix marking `gix-packetline-blocking` copy auto-generated (325588e)
- Merge pull request #1662 from paolobarbolini/thiserror-v2 (7a40648)
- Upgrade thiserror to v2.0.0 (0f0e4fe)
- Merge pull request #1618 from GitoxideLabs/merge (3fb989b)
- Adapt to changes in `gix-object` and `gix-odb` (96488f7)
- Move `gix-odb::Write` trait to `gix-object::Write`. (7325c58)
- `FindExt` now supports empty trees and empty blobs natively. (29aad45)
- Add `tree::Editor::get()` to get entries directly from the editor. (e2ea398)
- Merge pull request #1642 from GitoxideLabs/new-release (db5c9cf)