From 5ce308f3add5613b3f25ee42e1206e4654912797 Mon Sep 17 00:00:00 2001 From: Jan Gosmann Date: Sat, 11 Jun 2022 16:33:20 +0200 Subject: [PATCH] Prepare v0.6.0 release --- CHANGELOG.rst | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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]