From 89ad7f7d1852fcb275a8a87c5a9f913f4b98f446 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 18 May 2023 17:29:43 +0100 Subject: [PATCH] Generate Changelog for version 0.4.0 --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelog/41.improvement.rst | 1 - changelog/42.bugfix.rst | 1 - changelog/43.bugfix.rst | 1 - changelog/44.bugfix.rst | 1 - 5 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 changelog/41.improvement.rst delete mode 100644 changelog/42.bugfix.rst delete mode 100644 changelog/43.bugfix.rst delete mode 100644 changelog/44.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0b208b2..9ddebb3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,26 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +0.4.0 (2023-05-18) +================== + +Improvements +------------ + +- `#41 `_: AsyncIO cooperative file reads/writes. Support glob matching on paths. + + + +Bug Fixes +--------- + +- `#42 `_: Explicitly create a new loop and assign it to the current thread and avoid a `DeprecationWarning` + +- `#43 `_: Fix the seek to end of file call + +- `#44 `_: Import `TypedDict` from typing_extensions on Python < 3.9.2 + + 0.3.0 (2023-05-17) ================== diff --git a/changelog/41.improvement.rst b/changelog/41.improvement.rst deleted file mode 100644 index 35ebe9f..0000000 --- a/changelog/41.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -AsyncIO cooperative file reads/writes. Support glob matching on paths. diff --git a/changelog/42.bugfix.rst b/changelog/42.bugfix.rst deleted file mode 100644 index 038c4f0..0000000 --- a/changelog/42.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Explicitly create a new loop and assign it to the current thread and avoid a `DeprecationWarning` diff --git a/changelog/43.bugfix.rst b/changelog/43.bugfix.rst deleted file mode 100644 index 8db9b71..0000000 --- a/changelog/43.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix the seek to end of file call diff --git a/changelog/44.bugfix.rst b/changelog/44.bugfix.rst deleted file mode 100644 index 814bfb1..0000000 --- a/changelog/44.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Import `TypedDict` from typing_extensions on Python < 3.9.2