Releases: fredrikaverpil/creosote
Releases · fredrikaverpil/creosote
v2.3.5
Fixes
- Log the command arguments when supplying the
--verbose
flag.
v2.3.4
Fixes
- Log the creosote version and the command issued, as part of the log output when specifying
--verbose
.
v2.3.3
Fixes
- This release more clearly formalize the three strategies used to figure out the import/module naming based on the package name. Solves #123 partly, where the
typing-extensions
package was not properly associated with thetyping_extensions
import name. - Renamed functions, variables and cleaned up some docstrings.
v2.3.2
Fixes
- Log the version of Creosote when using the
--verbose
argument.
v2.3.1
Fixes
- Fixes a
glob
issue, where the path leading up to thetop_level.txt
file (containing the import name of the package) was case sensitive. This resulted in that e.g.gitpython
, which has a path of.venv/lib/python3.11/site-packages/GitPython-3.1.30.dist-info/top_level.txt
was not detected, and the import ofgit
(from inside that file) could not be read. - Removes logging of source code parsed. Enable again by using the
--verbose
argument.
v2.3.0
New features
- Added support for pipenv/Pipfile.
Fixes
- Fixed some typing incompatible with Python 3.7.
- Increase logging when
--verbose
argument is given.
v2.2.0
v2.1.1
v2.1.0
- Support for direct references (git links).
- Show warning when virtual environment is not found.
- Update GHA workflow.
Internal:
- Minor refactoring.
v2.0.1
- Typos in README.md
- Remove "Development Status :: 4 - Beta" from package classifiers.