From 11f55d5db6df0ce8571268a1e6c1179d88a1e9ed Mon Sep 17 00:00:00 2001 From: Andrew Moffat Date: Thu, 9 Jan 2025 14:21:33 -0800 Subject: [PATCH] changelog and v2.2.1 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"