From 37dfb67768db726092fde482d338943d678e6988 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 7 Mar 2024 17:53:15 -0800 Subject: [PATCH] Stable version v0.10.0 This release is dedicated to LLMs, for finally fulfilling the promise of 1960s scifi: systems you can hack using logic games and creative lies. --- CHANGELOG.md | 6 +++--- ShellCheck.cabal | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7f6ea8d..6c8beebb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## Git +## v0.10.0 - 2024-03-07 ### Added +- Precompiled binaries for macOS ARM64 (darwin.aarch64) - Added support for busybox sh - Added flag --rcfile to specify an rc file by name. - Added `extended-analysis=true` directive to enable/disable dataflow analysis @@ -16,8 +17,7 @@ ### Fixed - source statements with here docs now work correctly - -### Changed +- "(Array.!): undefined array element" error should no longer occur ## v0.9.0 - 2022-12-12 diff --git a/ShellCheck.cabal b/ShellCheck.cabal index a12f75e15..fc52b12a6 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,5 +1,5 @@ Name: ShellCheck -Version: 0.9.0 +Version: 0.10.0 Synopsis: Shell script analysis tool License: GPL-3 License-file: LICENSE