### New Features (BREAKING)
- Make `realpath()` easier to use by introducing `realpath_opt()`.
That way there is consistency about how many symlinks to follow.
### Commit Statistics
- 7 commits contributed to the release over the course of 22 calendar days.
- 22 days passed between releases.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #436
### Commit Details
* **#436**
- Remove outdated examples (cb9529e)
* **Uncategorized**
- update changelogs prior to release (bb424f5)
- remove `pwd` crate dependency in favor of using libc directly (4adfa11)
- Drop non-existent config paths before parsing (475d6fa)
- Merge branch 'main' into davidkna-envopen (bc0abc6)
- Make `realpath()` easier to use by introducing `realpath_opt()`. (266d437)
- Merge branch 'davidkna-discover-x-fs' (9abaeda)