Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Mar 6, 2019
1 parent 345daab commit ddeb48e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.3.0 (2019-03-06)
==================

Features
--------

- Add `Almquist shell <https://en.wikipedia.org/wiki/Almquist_shell>`_
(``ash``) detection support. `#20
<https://github.com/sarugaku/shellingham/issues/20>`_


1.2.8 (2018-12-16)
==================

Expand Down
1 change: 0 additions & 1 deletion news/20.feature.rst

This file was deleted.

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.8'
__version__ = '1.3.0'


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

0 comments on commit ddeb48e

Please sign in to comment.