Skip to content

Releases: fpgmaas/deptry

0.5.8

26 Sep 07:38
f387cbb

Choose a tag to compare

What's Changed

Full Changelog: 0.5.7...0.5.8

0.5.7

24 Sep 05:50
94730ba

Choose a tag to compare

What's Changed

Full Changelog: 0.5.6...0.5.7

0.5.6

22 Sep 06:31
abf4874

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

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

Choose a tag to compare

added a summary line to the logging (#120)

0.5.3

18 Sep 07:43
fff153e

Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3

0.5.2

18 Sep 07:30
83063fe

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

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

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

Choose a tag to compare

changed parsing logic; only try to get encoding if initial parsing fa…