From e5ad4cf420a7f7b8e5eaac872b14a1619051cf10 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 6 Nov 2021 19:08:58 -0700 Subject: [PATCH] Stable version 0.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. --- CHANGELOG.md | 2 +- ShellCheck.cabal | 2 +- 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 -- GitLab