Releases: abravalheri/validate-pyproject
Releases · abravalheri/validate-pyproject
v0.10
What's Changed
- Fix example in
README, #47 - Add
NOTICE.txttolicense_files, #58 - Use default SSL context when downloading classifiers from PyPI, #57
- Remove
setup.py, #52 - Explicitly limit oldest supported Python version
- Replace usage of
cgi.parse_headerwithemail.message.Message
New Contributors
- @felixonmars made their first contribution in #47
Full Changelog: v0.9...v0.10
v0.9
v0.8.1
What's Changed
- Workaround typecheck inconsistencies between different Python versions
- Publish PEP 561 type hints, #43
Full Diff: v0.8...v0.8.1
v0.8
What's Changed
- New pre-commit hook by @wwuck, #40
- Allow multiple TOML files to be validated at once via CLI (no changes regarding the Python API), #41
New Contributors
Full Diff: v0.7.2...v0.8
v0.7.2
v0.7.1
Main changes:
- CI: Enforced doctests
- CI: Add more tests for situations when downloading classifiers is disabled
Full Diff: v0.7...v0.7.1
v0.7
What's Changed
Full Diff: v0.6.1...v0.7
v0.6.1
- Fix validation of
versionto ensure it is given either statically or dynamically, #29
Full Changelog: v0.6...v0.6.1
v0.6
What's Changed
- Allow private classifiers, #26
setuptoolsplugin:- Remove
licenseandlicense-filesfromtool.setuptools.dynamic, #27
- Remove
Full Diff: v0.5.2...v0.6
v0.5.2
New release: validate-pyproject v0.5.2
What's Changed
- Exported
ValidationErrorfrom the main file when vendored, #23 - Removed
ValidationErrortraceback to avoid polluting the user logs with generate code, #24
Full Diff: v0.5.1...v0.5.2