Releases: MozillaSecurity/lithium
Releases · MozillaSecurity/lithium
v4.0.0
v3.0.0
What's Changed
- Support for Python 3.12
- Replace use of pkg_resources with importlib.metadata by @jschwartzentruber in #99
Full Changelog: v2.0.1...v3.0.0
v2.0.1
v2.0.0
What's Changed
- Use digest instead of hexdigest when caching reduction attempts. by @jschwartzentruber in #94
Full Changelog: v1.1.1...v2.0.0
v1.1.1
v1.1.0
What's Changed
- Use generic-worker for CI decision. by @jschwartzentruber in #91
- Modernize the interestingness tests by @pyoor in #92
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
- Drop Python 3.7
v0.6.2: Merge pull request #85 from MozillaSecurity/fix-type
Fix log_prefix type to be optional
Release 0.6.1
- Fix typo
Release 0.6.0
- Add type annotations (thanks @nth10sd!)
- Fix bugs found while adding type annotations