### New Features
- add `fs-jwalk-single-threaded` feature to specifically decouple `jwalk` from rayon
It has been an issue in https://github.com/starship/starship/issues/4251
apparently and rayon interactions can be difficult.
- `fs::Snapshot` to on-demand reload shared resources.
### Commit Statistics
- 15 commits contributed to the release over the course of 23 calendar days.
- 24 days passed between releases.
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #427
### Thanks Clippy
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
### Commit Details
* **#427**
- make fmt (4b320e7)
- optimize some portions of the Snapshot code for speed. (711fd5c)
- More convenient API for fs::Snapshots (561d2e7)
- `fs::Snapshot` to on-demand reload shared resources. (7f199f0)
- Use generalized reload-on-demand in `git-ref` (8d0cce7)
- Now it's possible to update packed refs using the shared code (78222c2)
- The first step towards using the generalized `ReloadIfChanged` in git-ref (e8de0ef)
- generalized port of packed-refs update logic for use in index (e3aff0c)
* **Uncategorized**
- add `fs-jwalk-single-threaded` feature to specifically decouple `jwalk` from rayon (f498d35)
- Merge branch 'write-index-files' into write-index-v2 (cddc2ca)
- Merge branch 'write-index-files' into rev-parse-delegate (370110d)
- thanks clippy! (c072dbb)
- Merge branch 'main' into rev-parse-delegate (4ae2bed)
- Merge branch 'main' into rev-parse-delegate (6da8250)
- Fix typos (e9fcb70)