Skip to content

Commit cba059e

Browse files
committed
Release 1.5.4
1 parent bbfe7fb commit cba059e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
1.5.3 (2023-08-17)
211
==================
312

news/81.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/shellingham/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
from ._core import ShellDetectionFailure
55

6-
7-
__version__ = "1.5.3"
6+
__version__ = "1.5.4"
87

98

109
def detect_shell(pid=None, max_depth=10):

0 commit comments

Comments
 (0)