Skip to content

Commit

Permalink
Release version v0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Dec 25, 2023
1 parent a81fce1 commit 569eeb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.0 (25 December 2023)

BREAKING CHANGE: Improved file handling causes the report to show the file DMARC RUA report path in the report ([#10](https://github.com/MozaicWorks/DMARCReporting/issues/10)).
Added support for Python 3.12 ([#20](https://github.com/MozaicWorks/DMARCReporting/issues/20)).
Improved the release process to read the version number from the Python module version ([#14](https://github.com/MozaicWorks/DMARCReporting/issues/14)).
Added support for GZip files with trailing garbage ([#18](https://github.com/MozaicWorks/DMARCReporting/issues/18)).
BREAKING CHANGE: Included the DMARC RUA Report date range in the report ([#12](https://github.com/MozaicWorks/DMARCReporting/issues/12)).

## 0.2.1 (30 November 2023)

Fixed the incorrect reporting due to XML tag ordering ([#19](https://github.com/MozaicWorks/DMARCReporting/issues/19) reported by [@yaiqsa](https://github.com/yaiqsa)). Instead of positional tag parsing we now rely on xpath to parse the DMARC RUA XML reports.
Expand Down
2 changes: 1 addition & 1 deletion DMARCReporting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.3.0"

import argparse
from DMARCReporting.cli import CLI
Expand Down

0 comments on commit 569eeb9

Please sign in to comment.