We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfe7fb commit cba059eCopy full SHA for cba059e
CHANGELOG.rst
@@ -1,3 +1,12 @@
1
+1.5.4 (2023-10-24)
2
+==================
3
+
4
+Bug Fixes
5
+---------
6
7
+- Fix a bug that ``detect_shell()`` always returns the host shell on MacOS. `#81 <https://github.com/sarugaku/shellingham/issues/81>`_
8
9
10
1.5.3 (2023-08-17)
11
==================
12
news/81.bugfix.rst
src/shellingham/__init__.py
@@ -3,8 +3,7 @@
from ._core import ShellDetectionFailure
-
-__version__ = "1.5.3"
+__version__ = "1.5.4"
def detect_shell(pid=None, max_depth=10):
0 commit comments