From c36f6d89baae1d4e76312ff76f580a8709801b44 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Fri, 8 Dec 2017 19:53:35 -0800 Subject: [PATCH] Stable version 0.4.7 This release is dedicated to net neutrality. Remember when the Internet was a meritocracy? [Please drink a verification can to continue.] --- .travis.yml | 1 + CHANGELOG.md | 2 +- ShellCheck.cabal | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 -- GitLab