diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c1e0cc7..5d9b54c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,30 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +shell-utilities 1.9.0 (2024-02-23) +================================== + +Breaking Changes +---------------- + +- Drop support for Python older than 3.8 and Pytest older than 7.4.x (`#43 `_) + + +Bug Fixes +--------- + +- The printed output is now the result of `json.dumps` instead of `pprint.pformat` (`#42 `_) + + +Trivial/Internal Changes +------------------------ + +- Several minor changes to the code base: + + * Update copyright headers + * Update pre-commit hook versions (`#43 `_) + + shell-utilities 1.8.0 (2023-07-02) ================================== diff --git a/changelog/42.bugfix.rst b/changelog/42.bugfix.rst deleted file mode 100644 index 78f870a..0000000 --- a/changelog/42.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -The printed output is now the result of `json.dumps` instead of `pprint.pformat` diff --git a/changelog/43.breaking.rst b/changelog/43.breaking.rst deleted file mode 100644 index 8212cc3..0000000 --- a/changelog/43.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -Drop support for Python older than 3.8 and Pytest older than 7.4.x diff --git a/changelog/43.trivial.rst b/changelog/43.trivial.rst deleted file mode 100644 index 2648987..0000000 --- a/changelog/43.trivial.rst +++ /dev/null @@ -1,4 +0,0 @@ -Several minor changes to the code base: - -* Update copyright headers -* Update pre-commit hook versions