From cb57b4a74f490991e65ee8d0be1a6151a9819f91 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 2 Dec 2018 18:04:59 -0800 Subject: [PATCH] Stable version 0.6.0 This release is dedicated to Factorio. If this is how much fun it is to build factories and oppress natives, then history makes a lot of sense. --- CHANGELOG.md | 2 +- ShellCheck.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb00b912f..fb9fb727a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## ??? +## v0.6.0 - 2018-12-02 ### Added - Command line option --severity/-S for filtering by minimum severity - Command line option --wiki-link-count/-W for showing wiki links diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 5da8facae..8a46661cf 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,5 +1,5 @@ Name: ShellCheck -Version: 0.5.0 +Version: 0.6.0 Synopsis: Shell script analysis tool License: GPL-3 License-file: LICENSE