File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
66The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_,
77and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
88
9+ [1.3.1] - 2026-05-05
10+ --------------------
11+
12+ No changes. Release publish a new tag for the Docker image after fixing its
13+ build.
14+
15+
916[1.3.0] - 2026-04-19
1017--------------------
1118
Original file line number Diff line number Diff line change 1- __version__ = "1.3.0 "
1+ __version__ = "1.3.1 "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ license = "MIT"
2020name = " dmarc-metrics-exporter"
2121readme = " README.rst"
2222repository = " https://github.com/jgosmann/dmarc-metrics-exporter/"
23- version = " 1.3.0 " # Update also in __init__.py and Docker compose example in readme!
23+ version = " 1.3.1 " # Update also in __init__.py and Docker compose example in readme!
2424
2525[tool .poetry .scripts ]
2626dmarc-metrics-exporter = " dmarc_metrics_exporter.__main__:run"
You can’t perform that action at this time.
0 commit comments