We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e65dc commit 37dfb67Copy full SHA for 37dfb67
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## Git
+## v0.10.0 - 2024-03-07
2
### Added
3
+- Precompiled binaries for macOS ARM64 (darwin.aarch64)
4
- Added support for busybox sh
5
- Added flag --rcfile to specify an rc file by name.
6
- Added `extended-analysis=true` directive to enable/disable dataflow analysis
@@ -16,8 +17,7 @@
16
17
18
### Fixed
19
- source statements with here docs now work correctly
-
20
-### Changed
+- "(Array.!): undefined array element" error should no longer occur
21
22
23
## v0.9.0 - 2022-12-12
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
0 commit comments