### Changed (BREAKING)
- `realpath()` handles `cwd` internally
This makes for more convenient usage in the common case.
### Commit Statistics
- 11 commits contributed to the release over the course of 32 calendar days.
- 33 days passed between releases.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #331
### Thanks Clippy
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
### Commit Details
* **#331**
- `realpath()` handles `cwd` internally (dfa1e05)
* **Uncategorized**
- prepare changelog prior to release (3c50625)
- make fmt (0700b09)
- fix docs (4f8e3b1)
- thanks clippy (7a2a31e)
- Merge branch 'main' into cont_include_if (daa71c3)
- Merge branch 'main' into cont_include_if (0e9df36)
- generally avoid using `target_os = "windows"` in favor of `cfg(windows)` and negations (91d5402)
- Use git_path::realpath in all places that allow it right now (229dc91)
- avoid unwraps in tests as they are now stable (efa1423)
- remove canonicalized-path abstraction (9496e55)