mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Update changelog for version 9.0.6 and set version in constants.py
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,5 +1,22 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 9.0.6
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Fix #638.
|
||||||
|
- Fix/clarify report extraction and parsing behavior for multiple input types (bytes, base64 strings, and file-like objects).
|
||||||
|
- Fix type mismatches that could cause runtime issues in SMTP emailing and CLI option handling.
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
- Improve type hints across the library (Pylance/Pyright friendliness) and reduce false-positive linter errors.
|
||||||
|
|
||||||
|
### Compatibility / Dependencies
|
||||||
|
|
||||||
|
- Set Python requirement to `>=3.9,<3.14`.
|
||||||
|
- Bump `mailsuite` requirement to `>=1.11.0`.
|
||||||
|
|
||||||
## 9.0.5
|
## 9.0.5
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
__version__ = "9.0.5"
|
__version__ = "9.0.6"
|
||||||
|
|
||||||
USER_AGENT = f"parsedmarc/{__version__}"
|
USER_AGENT = f"parsedmarc/{__version__}"
|
||||||
|
|||||||
Reference in New Issue
Block a user