Skip to content

Commit 6f87d3f

Browse files
committed
Release 1.2.5
1 parent 3178358 commit 6f87d3f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.2.5 (2018-09-14)
2+
==================
3+
4+
Bug Fixes
5+
---------
6+
7+
- Improve ``/proc`` content parsing robustness to not fail with non-decodable
8+
command line arguments. `#10
9+
<https://github.com/sarugaku/shellingham/issues/10>`_
10+
11+
112
1.2.4 (2018-07-27)
213
==================
314

news/10.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.2.5.dev0'
7+
__version__ = '1.2.5'
88

99

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

0 commit comments

Comments
 (0)