diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ddbc435..9c2ec85 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,21 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +shell-utilities 1.1.0 (2022-05-16) +================================== + +Improvements +------------ + +- Skip test when the GLIBC race conditions are met, instead of failing (`#13 `_) + + +Trivial/Internal Changes +------------------------ + +- Update pre-commit hooks and test against PyTest 7.0.x and 7.1.x. (`#13 `_) + + shell-utilities 1.0.5 (2022-02-21) ================================== diff --git a/changelog/13.improvement.rst b/changelog/13.improvement.rst deleted file mode 100644 index c9044a4..0000000 --- a/changelog/13.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -Skip test when the GLIBC race conditions are met, instead of failing diff --git a/changelog/13.trivial.rst b/changelog/13.trivial.rst deleted file mode 100644 index b314588..0000000 --- a/changelog/13.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Update pre-commit hooks and test against PyTest 7.0.x and 7.1.x.