Skip to content

Commit a3be776

Browse files
committed
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.
1 parent b5e5d24 commit a3be776

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## Latest - ???
1+
## v0.5.0 - 2018-05-31
22
### Added
33
- SC2233/SC2234/SC2235: Suggest removing or replacing (..) around tests
44
- SC2232: Warn about invalid arguments to sudo
55
- SC2231: Suggest quoting expansions in for loop globs
66
- SC2229: Warn about 'read $var'
77
- SC2227: Warn about redirections in the middle of 'find' commands
8-
- SC2224,SC2225,SC2226: Warn when using mv/cp/ln without a destination
8+
- SC2224/SC2225/SC2226: Warn when using mv/cp/ln without a destination
99
- SC2223: Quote warning specific to `: ${var=value}`
1010
- SC1131: Warn when using `elseif` or `elsif`
1111
- SC1128: Warn about blanks/comments before shebang

ShellCheck.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: ShellCheck
2-
Version: 0.4.7
2+
Version: 0.5.0
33
Synopsis: Shell script analysis tool
44
License: GPL-3
55
License-file: LICENSE

0 commit comments

Comments
 (0)