Releases: sinoroc/deptree
Releases · sinoroc/deptree
v0.0.12
v0.0.11
What's Changed
- Format with 'yapf' by @sinoroc in #5
- Update tooling by @sinoroc in #6
- Use
allowlist_externals
intox.ini
for tox v4 by @sinoroc in #8 - Remove testing against Python 3.6 by @sinoroc in #9
- Add encoding for
open()
insetup.py
by @sinoroc in #10 - Use f-strings by @sinoroc in #11
- Use
license_files
insetup.cfg
by @sinoroc in #12 - Update list of Pythons tested against by @sinoroc in #13
- Rewrite handling of project's own metadata by @sinoroc in #14
- Use
python
instead ofpython3
by @sinoroc in #15 - Use
build
to build sdist and wheel by @sinoroc in #16 - Use
pip
for "editable" installation by @sinoroc in #17 - Migrate from Travis CI to GitHub Actions by @sinoroc in #18
- Simplify GitHub Actions workflow by @sinoroc in #19
- Migrate package metadata to
pyproject.toml
by @sinoroc in #20 - Remove the usage of setuptools
check
command by @sinoroc in #21 - Use default fetch depth in GitHub Actions workflow by @sinoroc in #22
- Release 0.0.11 by @sinoroc in #23
Full Changelog: v0.0.10...v0.0.11