Releases: snyk/snyk-python-plugin
Releases · snyk/snyk-python-plugin
v2.0.0
2.0.0 (2023-09-11)
Features
- [OSM-612] Fix broken tests, restructure internal logic (#219) (bf90287)
BREAKING CHANGES
- We now will not support EOL'ed versions of Python, NodeJs nor Pip in the test frameworks. They will most likely still function, but it will not be verified by tests anymore.
v1.26.1
1.26.1 (2023-07-19)
Bug Fixes
- support Pipfile without dev-packages when dev flag is set (cd240cd)
v1.25.3
1.25.3 (2023-06-12)
Bug Fixes
- add missing pkg_resources import (2e7c1e4)
v1.25.2
1.25.2 (2023-05-16)
Bug Fixes
- split python2 and python3 implementation (a85607b)
v1.25.1
1.25.1 (2023-05-08)
Bug Fixes
- support another kind of setuptools import (ba14e84)
v1.25.0
1.25.0 (2023-05-04)
Bug Fixes
- Revert "fix: fix new setuptools" (14fe47b)
Features
- add support for non semantic release versions (3a140fb)