v7.6.0
v7.6.0 (2024-08-14)
Feature
- feat:
HashType.from_composite_str
for Blake2b, SHA3, Blake3 (#663)
The code mistreated hashes for Blake2b and SHA3.
Code for explicitly handling SHA1 & BLAKE3 was added, as those have no
variants defined in the CycloneDX specification.
fixes #652
Signed-off-by: Michael Schlenker <[email protected]>
Co-authored-by: Michael Schlenker <[email protected]>
Co-authored-by: Jan Kowalleck <[email protected]> (c59036e
)
What's Changed
- chore(deps-dev): update coverage requirement from 7.5.4 to 7.6.0 by @dependabot in #647
- chore(deps-dev): update mypy requirement from 1.10.1 to 1.11.0 by @dependabot in #651
- chore(deps-dev): update mypy requirement from 1.11.0 to 1.11.1 by @dependabot in #655
- chore(deps-dev): update tox requirement from 4.16.0 to 4.17.1 by @dependabot in #662
- chore(deps-dev): update flake8 requirement from 7.1.0 to 7.1.1 by @dependabot in #661
- chore(deps-dev): update coverage requirement from 7.6.0 to 7.6.1 by @dependabot in #660
- feat:
HashType.from_composite_str
for Blake2b, SHA3, Blake3 by @schlenk in #663
Full Changelog: v7.5.1...v7.6.0