Contents (#118)
IMPORTANT: There is 1 breaking change.
New features
- Allow manifest and values schema strands to be optional
Operations
- Extend test matrix to python versions up to 3.11
Dependencies
- Remove
flake8
andblack
dependencies
Refactoring
- 💥 BREAKING CHANGE: Remove unused
allow_missing
argument ofTwine.validate
Upgrade instructions
💥 Remove unused `allow_missing` argument of `Twine.validate`
Remove use of the allow_missing
argument in Twine.validate
and set the optional
field to true
in the individual strands of the twine if required.