summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <vidar@vidarholen.net>2022-12-12 19:58:11 -0800
committerVidar Holen <vidar@vidarholen.net>2022-12-12 21:49:19 -0800
commita526ee08290cc127bc1aa5a05e9b927af87b6ef3 (patch)
tree222e78fa7cdc657f2115e74cfcf1e8e4f296f9c0
parent8c5fdc3522236767e9ce840b57da2a13b32eb4ed (diff)
Stable version 0.9.0v0.9.0
This release is dedicated to Mindustry: the most fun you can have with open source (outside of shell scripting of course).
-rw-r--r--CHANGELOG.md2
-rw-r--r--ShellCheck.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c363eb5..57951c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Git
+## v0.9.0 - 2022-12-12
### Added
- SC2316: Warn about 'local readonly foo' and similar (thanks, patrickxia!)
- SC2317: Warn about unreachable commands
diff --git a/ShellCheck.cabal b/ShellCheck.cabal
index dab588c..1226588 100644
--- a/ShellCheck.cabal
+++ b/ShellCheck.cabal
@@ -1,5 +1,5 @@
Name: ShellCheck
-Version: 0.8.0
+Version: 0.9.0
Synopsis: Shell script analysis tool
License: GPL-3
License-file: LICENSE