diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 957be97e..74123b45 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,21 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +1.0.0rc29 (2024-01-23) +====================== + +Improvements +------------ + +- Add ``--sys-info-and-exit`` which basically prints the system information and exit. Doesn't run any tests. (`#173 `_) + + +Trivial/Internal Changes +------------------------ + +- Switch pipelines to use Python 3.11 and start testing Pytest 8.0.0rc2 (`#173 `_) + + 1.0.0rc28 (2023-11-25) ====================== diff --git a/changelog/173.improvement.rst b/changelog/173.improvement.rst deleted file mode 100644 index 6d0e4234..00000000 --- a/changelog/173.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -Add ``--sys-info-and-exit`` which basically prints the system information and exit. Doesn't run any tests. diff --git a/changelog/173.trivial.rst b/changelog/173.trivial.rst deleted file mode 100644 index ef6729e8..00000000 --- a/changelog/173.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Switch pipelines to use Python 3.11 and start testing Pytest 8.0.0rc2