mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-06 14:12:28 +08:00
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.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user