Releases: fpgmaas/deptry
Releases · fpgmaas/deptry
0.5.6
Switch to `tomli`/`tomllib` for parsing TOML (#123)
* refactor(utils): make `pyproject.toml` path dynamic
* test(utils): add test for `load_pyproject_toml`
* feat: replace `toml` with `tomli`/`tomllib`
0.5.5
URL to logo in README instead of relative, so it also works on pypi (…
0.5.4
added a summary line to the logging (#120)
0.5.2
Added a method to extract top level module names from RECORD (#116)
* Added a method to extract top level module names from RECORD
0.5.0
What's Changed
- Improve file scanning: Add regex support and speed up significantly by @fpgmaas in #111
Full Changelog: 0.4.7...0.5.0
0.4.7
changed parsing logic; only try to get encoding if initial parsing fa…
0.4.6
detect file encoding with chardet before parsing the .py file (#103)