diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9dab1e..637b747 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,23 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. +[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] ---------------------- diff --git a/pyproject.toml b/pyproject.toml index 958a460..03ca430 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]