Skip to content

Commit

Permalink
Bump to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Aug 16, 2023
1 parent c2b9431 commit bf9f580
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.5.2 (2023-08-16)
==================

Bug Fixes
---------

- Fixed a regression causing ``ShellDetectionFailure`` if ``/proc`` is used for process lookup. `#72 <https://github.com/sarugaku/shellingham/issues/72>`_


1.5.1 (2023-02-13)
==================

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

This file was deleted.

2 changes: 1 addition & 1 deletion src/shellingham/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ._core import ShellDetectionFailure


__version__ = "1.5.1"
__version__ = "1.5.2"


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

0 comments on commit bf9f580

Please sign in to comment.