Skip to content

Commit b8ba512

Browse files
committed
Bump to 1.5.3
1 parent ed3066f commit b8ba512

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.3 (2023-08-17)
2+
==================
3+
4+
Bug Fixes
5+
---------
6+
7+
- Detect proc format eagerly so it throws the error at the correct location. `#78 <https://github.com/sarugaku/shellingham/issues/78>`_
8+
9+
110
1.5.2 (2023-08-16)
211
==================
312

news/78.bugfix.rst

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

src/shellingham/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ._core import ShellDetectionFailure
55

66

7-
__version__ = "1.5.2"
7+
__version__ = "1.5.3"
88

99

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

0 commit comments

Comments
 (0)