From a3be776f80856772e1826bebb4f7f36913b36271 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 31 May 2018 20:01:42 -0700 Subject: [PATCH] Stable version 0.5.0 This release is dedicated to Valve for keeping PC gaming awesome. Also, for that time they proved the need for a tool like ShellCheck. --- CHANGELOG.md | 4 ++-- ShellCheck.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7140cc85d..a29a1d3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## Latest - ??? +## v0.5.0 - 2018-05-31 ### Added - SC2233/SC2234/SC2235: Suggest removing or replacing (..) around tests - SC2232: Warn about invalid arguments to sudo - SC2231: Suggest quoting expansions in for loop globs - SC2229: Warn about 'read $var' - SC2227: Warn about redirections in the middle of 'find' commands -- SC2224,SC2225,SC2226: Warn when using mv/cp/ln without a destination +- SC2224/SC2225/SC2226: Warn when using mv/cp/ln without a destination - SC2223: Quote warning specific to `: ${var=value}` - SC1131: Warn when using `elseif` or `elsif` - SC1128: Warn about blanks/comments before shebang diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 591ef974b..9993ba9f4 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,5 +1,5 @@ Name: ShellCheck -Version: 0.4.7 +Version: 0.5.0 Synopsis: Shell script analysis tool License: GPL-3 License-file: LICENSE