Releases: tweag/FawltyDeps-action
Documentation fixes
Improve documentation after doing more internal demos with the GitHub action with the team that maintains FawltyDeps.
Provide a complete GItHub Actions file as part of the documentation.
v0.1.0 - First non-Dockerized version of FawltyDeps-action
This release removes the Docker dependency to work more in line with other Python ecosystem linters, such as black
and isort
, to give more flexibility in installing ecosystem packages before running FawltyDeps.
It also allows the user to specify what version of FawltyDeps to run. This can run with any supported Python version.
v0.0.3 - First marketplace release of FawltyDeps-action
This is the first release of FawltyDeps-action
to go live in GitHub Marketplace. This allows users to integrate FawltyDeps into their Python projects in order to find undeclared and unused dependencies.
v0.0.2
What's Changed
- Add better documentation, remove redundant shell script, fix badges
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial release by @obscurerichard.
- Has support for specifying options to
fawltydeps
- Uses a
Dockerfile
to get a consistent execution environment