diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e58115a9..fc5cf029 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,28 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +1.0.0rc25 (2023-07-31) +====================== + +Improvements +------------ + +- Remove `pytest-tempdir` package dependency (`#154 `_) +- Stop using deprecated `@pytest.mark.trylast` (`#155 `_) +- Simplify and reduce the amount of patching required to unit test loader modules (`#156 `_) + + +Trivial/Internal Changes +------------------------ + +- Some internal processes improvements: + + * Publish packages to PyPi with trusted publishers + * Enable dependabot to update the GH Actions versions on a weekly basis (`#151 `_) +- Start using actionlint and shellcheck to validate GH Actions workflows (`#153 `_) +- Improve code coverage by either removing code not getting used anymore or marking sections of the code which are not expected to be covered (`#157 `_) + + 1.0.0rc24 (2023-07-27) ====================== diff --git a/changelog/151.trivial.rst b/changelog/151.trivial.rst deleted file mode 100644 index cbe750bb..00000000 --- a/changelog/151.trivial.rst +++ /dev/null @@ -1,4 +0,0 @@ -Some internal processes improvements: - -* Publish packages to PyPi with trusted publishers -* Enable dependabot to update the GH Actions versions on a weekly basis diff --git a/changelog/153.trivial.rst b/changelog/153.trivial.rst deleted file mode 100644 index 7b9dfaa6..00000000 --- a/changelog/153.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Start using actionlint and shellcheck to validate GH Actions workflows diff --git a/changelog/154.improvement.rst b/changelog/154.improvement.rst deleted file mode 100644 index 26e68444..00000000 --- a/changelog/154.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -Remove `pytest-tempdir` package dependency diff --git a/changelog/155.improvement.rst b/changelog/155.improvement.rst deleted file mode 100644 index 1980ca3b..00000000 --- a/changelog/155.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -Stop using deprecated `@pytest.mark.trylast` diff --git a/changelog/156.improvement.rst b/changelog/156.improvement.rst deleted file mode 100644 index e027ed42..00000000 --- a/changelog/156.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -Simplify and reduce the amount of patching required to unit test loader modules diff --git a/changelog/157.trivial.rst b/changelog/157.trivial.rst deleted file mode 100644 index 743d8ebf..00000000 --- a/changelog/157.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Improve code coverage by either removing code not getting used anymore or marking sections of the code which are not expected to be covered