### New Features
- `Bundle::write…` also produces a `.keep` file
These files are placed before moving the coresponding pack and index
files into place to prevent them from being picked up for collection
while their refs are still being placed.
The caller is responsible for deleting them once refs integrate the
contained objects into the commit graph.
### Commit Statistics
- 8 commits contributed to the release over the course of 20 calendar days.
- 27 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #450
### Thanks Clippy
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
### Commit Details
* **#450**
- less noisy way of writing trait bounds (b593806)
- upgrade to `prodash` v21 (a0655dc)
* **Uncategorized**
- prepare changelogs prior to release (423af90)
- Merge branch 'main' into write-sparse-index (c4e6849)
- Merge branch 'gix-clone' (def53b3)
- Merge branch 'main' into gix-clone (3b48317)
- thanks clippy (93e7691)
- `Bundle::write…` also produces a `.keep` file (450257e)