summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2018-05-31 20:01:42 -0700
committerVidar Holen <spam@vidarholen.net>2018-05-31 20:01:42 -0700
commita3be776f80856772e1826bebb4f7f36913b36271 (patch)
tree2670235244744d28ab11239d807db4eede729b78
parentb5e5d249c41d046a90d3428330d33290979dd3b1 (diff)
Stable version 0.5.0v0.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.
-rw-r--r--CHANGELOG.md4
-rw-r--r--ShellCheck.cabal2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7140cc8..a29a1d3 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 591ef97..9993ba9 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