Skip to content

Commit

Permalink
Bump to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Aug 17, 2023
1 parent ed3066f commit b8ba512
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.3 (2023-08-17)
==================

Bug Fixes
---------

- Detect proc format eagerly so it throws the error at the correct location. `#78 <https://github.com/sarugaku/shellingham/issues/78>`_


1.5.2 (2023-08-16)
==================

Expand Down
1 change: 0 additions & 1 deletion news/78.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.2"
__version__ = "1.5.3"


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

0 comments on commit b8ba512

Please sign in to comment.