Skip to content

Commit

Permalink
Prepare v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Jun 11, 2022
1 parent 7220801 commit 5ce308f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[0.6.0] - [2022-06-11]
----------------------

Added
^^^^^

* `dmarc-metrics-exporter` script to allow invocation without the `python -m`
syntax.

Fixed
^^^^^

* Allow installation with Python 3.10.
* Use `poetry-core` as build system to allow installations with fetching fewer
Poetry dependencies.


[0.5.1] - [2022-02-09]
----------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = "MIT"
name = "dmarc-metrics-exporter"
readme = "README.rst"
repository = "https://github.com/jgosmann/dmarc-metrics-exporter/"
version = "0.5.2-dev"
version = "0.6.0"


[tool.poetry.scripts]
Expand Down

0 comments on commit 5ce308f

Please sign in to comment.