What's Changed
User-visible improvements:
* User defined mapping: add option and handling for multiple mapping files by mknorps in https://github.com/tweag/FawltyDeps/pull/306
* Add support for PEP582 `__pypackages__` directories by jherland in https://github.com/tweag/FawltyDeps/pull/312
Internal refactoring/improvements
* Traverse refactor, part 1 by jherland in https://github.com/tweag/FawltyDeps/pull/288
* Add `fawltydeps.__main__` module to allow 'python -m fawltydeps' by jherland in https://github.com/tweag/FawltyDeps/pull/311
* `test_cmdline` cleanups by jherland in https://github.com/tweag/FawltyDeps/pull/310
* Fix boolean representation and skip null values in generated toml config by Nour-Mws in https://github.com/tweag/FawltyDeps/pull/300
* Refactor resolver tests, transition to PBT by Nour-Mws in https://github.com/tweag/FawltyDeps/pull/296
**Full Changelog**: https://github.com/tweag/FawltyDeps/compare/v0.9.0...v0.10.0
Refer to the project's [`README`](https://github.com/tweag/FawltyDeps/blob/main/README.md) or `fawltydeps --help` for more documentation.