Skip to content

Releases: fpgmaas/deptry

0.5.6

22 Sep 06:31
abf4874
Compare
Choose a tag to compare
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

20 Sep 08:46
44ea3d6
Compare
Choose a tag to compare
URL to logo in README instead of relative, so it also works on pypi (…

0.5.4

19 Sep 14:12
eb71583
Compare
Choose a tag to compare
added a summary line to the logging (#120)

0.5.3

18 Sep 07:43
fff153e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3

0.5.2

18 Sep 07:30
83063fe
Compare
Choose a tag to compare
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.1

18 Sep 06:06
cf4098b
Compare
Choose a tag to compare

What's Changed

  • added parsing of egg=... in urls for requirements.txt by @fpgmaas in #115

Full Changelog: 0.5.0...0.5.1

0.5.0

17 Sep 10:40
1eb80c8
Compare
Choose a tag to compare

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

15 Sep 06:27
bc0c967
Compare
Choose a tag to compare
changed parsing logic; only try to get encoding if initial parsing fa…

0.4.6

14 Sep 07:03
4a90ae1
Compare
Choose a tag to compare
detect file encoding with chardet before parsing the .py file (#103)

0.4.5

13 Sep 17:06
d9aef9c
Compare
Choose a tag to compare
Logo (#101)

* added logo