diff --git a/.travis.yml b/.travis.yml index 0907041..82046e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,3 +69,4 @@ deploy: local-dir: deploy on: repo: koalaman/shellcheck + all_branches: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 5630bba..4b935cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Latest - ??? +## v0.4.7 - 2017-12-08 ### Added - Statically linked binaries for Linux and Windows (see README.md)! - `-a` flag to also include warnings in `source`d files diff --git a/ShellCheck.cabal b/ShellCheck.cabal index b8f776f..9e8b830 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,5 +1,5 @@ Name: ShellCheck -Version: 0.4.6 +Version: 0.4.7 Synopsis: Shell script analysis tool License: GPL-3 License-file: LICENSE