diff --git a/releasenotes/notes/0-dash-6-748e729ee001df73.yaml b/releasenotes/notes/0-dash-6-748e729ee001df73.yaml new file mode 100644 index 0000000..97a1dc8 --- /dev/null +++ b/releasenotes/notes/0-dash-6-748e729ee001df73.yaml @@ -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 `__ support \ No newline at end of file