We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45506c8 commit f183b87Copy full SHA for f183b87
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.2.2 - 2/23/25
4
+
5
+- Bugfix where it was impossible to use a signal as an `ok_code` [#699](https://github.com/amoffat/sh/issues/699)
6
7
## 2.2.1 - 1/9/25
8
9
- Bugfix where `async` and `return_cmd` does not raise exceptions [#746](https://github.com/amoffat/sh/pull/746)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sh"
-version = "2.2.1"
+version = "2.2.2"
description = "Python subprocess replacement"
authors = ["Andrew Moffat <[email protected]>"]
readme = "README.rst"
0 commit comments