We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e801da0 commit c36f6d8Copy full SHA for c36f6d8
.travis.yml
@@ -69,3 +69,4 @@ deploy:
69
local-dir: deploy
70
on:
71
repo: koalaman/shellcheck
72
+ all_branches: true
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Latest - ???
+## v0.4.7 - 2017-12-08
2
### Added
3
- Statically linked binaries for Linux and Windows (see README.md)!
4
- `-a` flag to also include warnings in `source`d files
ShellCheck.cabal
@@ -1,5 +1,5 @@
Name: ShellCheck
-Version: 0.4.6
+Version: 0.4.7
Synopsis: Shell script analysis tool
License: GPL-3
5
License-file: LICENSE
0 commit comments