We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345daab commit ddeb48eCopy full SHA for ddeb48e
CHANGELOG.rst
@@ -1,3 +1,14 @@
1
+1.3.0 (2019-03-06)
2
+==================
3
+
4
+Features
5
+--------
6
7
+- Add `Almquist shell <https://en.wikipedia.org/wiki/Almquist_shell>`_
8
+ (``ash``) detection support. `#20
9
+ <https://github.com/sarugaku/shellingham/issues/20>`_
10
11
12
1.2.8 (2018-12-16)
13
==================
14
news/20.feature.rst
src/shellingham/__init__.py
@@ -4,7 +4,7 @@
from ._core import ShellDetectionFailure
-__version__ = '1.2.8'
+__version__ = '1.3.0'
def detect_shell(pid=None, max_depth=6):
0 commit comments