From 26aa951e3494b2e2758239d86de90a837e5f1295 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 15 May 2023 14:23:45 +0100 Subject: [PATCH] Generate Changelog for version 0.1.1 --- CHANGELOG.rst | 18 ++++++++++++++++++ changelog/29.trivial.rst | 1 - changelog/30.improvement.rst | 1 - changelog/30.trivial.rst | 1 - 4 files changed, 18 insertions(+), 3 deletions(-) delete mode 100644 changelog/29.trivial.rst delete mode 100644 changelog/30.improvement.rst delete mode 100644 changelog/30.trivial.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 484ebba..752cc61 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,24 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +0.1.1 (2023-05-15) +================== + +Improvements +------------ + +- `#30 `_: The `CollectedEvent.data` type is now `Mapping` instead of `Dict`. This allows to use `TypedDict`'s for that attribute. + + + +Trivial/Internal Changes +------------------------ + +- `#29 `_: Start testing against Salt's onedir archives. + +- `#30 `_: Fix `.pre-commit-config.yaml` headers + + 0.1.0 (2023-04-28) ================== diff --git a/changelog/29.trivial.rst b/changelog/29.trivial.rst deleted file mode 100644 index f097984..0000000 --- a/changelog/29.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Start testing against Salt's onedir archives. diff --git a/changelog/30.improvement.rst b/changelog/30.improvement.rst deleted file mode 100644 index fb74494..0000000 --- a/changelog/30.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -The `CollectedEvent.data` type is now `Mapping` instead of `Dict`. This allows to use `TypedDict`'s for that attribute. diff --git a/changelog/30.trivial.rst b/changelog/30.trivial.rst deleted file mode 100644 index 765a08d..0000000 --- a/changelog/30.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Fix `.pre-commit-config.yaml` headers