Skip to content

Releases: fpgmaas/deptry

0.5.11

30 Sep 12:19
b45c8f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.10...0.5.11

0.5.10

27 Sep 09:08
a02bafc
Compare
Choose a tag to compare
Improve typing to make mypy pass and activate mypy on CI (#135)

* refactor: move `importlib.metadata` import to `compat`
* build(deps): add `types-chardet`
* build(deps): bump `mypy` to `0.981`
* chore(mypy): use proper booleans for config
* chore(mypy): explicitly set files to run on
* chore(tox): enable mypy
* chore: improve typing

0.5.9

26 Sep 10:31
aadd63e
Compare
Choose a tag to compare
fixed issue with logging if no [tool.deptry] section was found in pyp…

0.5.8

26 Sep 07:38
f387cbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.7...0.5.8

0.5.7

24 Sep 05:50
94730ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.6...0.5.7

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