0.6 Release Notes

Gather all significant changes for a releasenote

Change-Id: Id9445df63becf088c7b33542e736cccd80d1ff93
This commit is contained in:
Ian Wienand 2018-07-17 14:26:24 +10:00
parent fedab6e359
commit 925500dc00
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
features:
- Python 3.6 support added
- Hidden files such as ``.bashrc`` are no longer checked for ``#!`` (E005)
- A basic check for ``[[`` when using non-POSIX comparisions such as
``=~`` is added
- Enable bashate to be called as a module ``python -m bashate ...``
- Enable `pre-commit.com <https://pre-commit.com>`__ support