Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jul 10, 2018
1 parent a22628a commit 0a1dc44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.2.3 (2018-07-10)
=======================

Bug Fixes
---------

- Check a process’s argument list is valid before peeking into it. This works
around a Heisenbug in VS Code, where a process read from ``/proc`` may
contain an empty argument list.


1.2.2 (2018-07-09)
==================

Expand Down
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.2.2.dev0'
__version__ = '1.2.3'


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

0 comments on commit 0a1dc44

Please sign in to comment.