summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2021-11-06 19:08:58 -0700
committerVidar Holen <spam@vidarholen.net>2021-11-06 22:12:39 -0700
commite5ad4cf420a7f7b8e5eaac872b14a1619051cf10 (patch)
tree2e2b5e94466f067a9862953fe1adab41f74cda6a
parenteea823e3d088c0bcf048dae9ad9c321be09560ad (diff)
Stable version 0.8.0v0.8.0
This release is dedicated to dibblego, who pushed me down the Haskell rabbit hole. In 2006 I thought you were crazy. Today I *know* you are.
-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 a1456a0..9118671 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Git (0.8.0)
+## v0.8.0 - 2021-11-06
### Added
- `disable=all` now conveniently disables all warnings
- `external-sources=true` directive can be added to .shellcheckrc to make
diff --git a/ShellCheck.cabal b/ShellCheck.cabal
index 9433f55..1167c82 100644
--- a/ShellCheck.cabal
+++ b/ShellCheck.cabal
@@ -1,5 +1,5 @@
Name: ShellCheck
-Version: 0.7.2
+Version: 0.8.0
Synopsis: Shell script analysis tool
License: GPL-3
License-file: LICENSE