We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3178358 commit 6f87d3fCopy full SHA for 6f87d3f
CHANGELOG.rst
@@ -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
12
1.2.4 (2018-07-27)
13
==================
14
news/10.bugfix.rst
src/shellingham/__init__.py
@@ -4,7 +4,7 @@
from ._core import ShellDetectionFailure
-__version__ = '1.2.5.dev0'
+__version__ = '1.2.5'
def detect_shell(pid=None, max_depth=6):
0 commit comments