diff --git a/CHANGELOG.md b/CHANGELOG.md index f705b552..0eae0cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.1 - 1/9/25 + +- Bugfix where `async` and `return_cmd` does not raise exceptions [#746](https://github.com/amoffat/sh/pull/746) + ## 2.2.0 - 1/9/25 - `return_cmd` with `await` now works correctly [#743](https://github.com/amoffat/sh/issues/743) diff --git a/pyproject.toml b/pyproject.toml index 6621570b..af035490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sh" -version = "2.2.0" +version = "2.2.1" description = "Python subprocess replacement" authors = ["Andrew Moffat "] readme = "README.rst"