- Fix a bug that ``detect_shell()`` always returns the host shell on MacOS. `81 <https://github.com/sarugaku/shellingham/issues/81>`_
1.5.3
==================
Bug Fixes ---------
- Detect proc format eagerly so it throws the error at the correct location. `78 <https://github.com/sarugaku/shellingham/issues/78>`_
1.5.2
==================
Bug Fixes ---------
- Fixed a regression causing ``ShellDetectionFailure`` if ``/proc`` is used for process lookup. `72 <https://github.com/sarugaku/shellingham/issues/72>`_
1.5.1
==================
Bug Fixes ---------
- Select the correct status file fields on BSD systems. `68 <https://github.com/sarugaku/shellingham/issues/68>`_
1.5.0.post1
==================
- Fix package metadata to disallow installation on Python prior to 3.7. This was already done in 1.5.0, but the metadata of the release was incorrectly set to ``>=3.4``.
1.5.0
==================
Features --------
- Drop support for Python version older than 3.7. `50 <https://github.com/sarugaku/shellingham/issues/50>`_ - Support detecting NuShell. `56 <https://github.com/sarugaku/shellingham/issues/56>`_