Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Oct 24, 2023
1 parent bbfe7fb commit cba059e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,12 @@
1.5.4 (2023-10-24)
==================

Bug Fixes
---------

- Fix a bug that ``detect_shell()`` always returns the host shell on MacOS. `#81 <https://github.com/sarugaku/shellingham/issues/81>`_


1.5.3 (2023-08-17)
==================

Expand Down
1 change: 0 additions & 1 deletion news/81.bugfix.rst

This file was deleted.

3 changes: 1 addition & 2 deletions src/shellingham/__init__.py
Expand Up @@ -3,8 +3,7 @@

from ._core import ShellDetectionFailure


__version__ = "1.5.3"
__version__ = "1.5.4"


def detect_shell(pid=None, max_depth=10):
Expand Down

0 comments on commit cba059e

Please sign in to comment.