Skip to content

Commit f183b87

Browse files
committed
version 2.2.2 bump
1 parent 45506c8 commit f183b87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 2.2.1 - 1/9/25
48

59
- Bugfix where `async` and `return_cmd` does not raise exceptions [#746](https://github.com/amoffat/sh/pull/746)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sh"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "Python subprocess replacement"
55
authors = ["Andrew Moffat <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)