Skip to content

Commit

Permalink
Stable version v0.10.0
Browse files Browse the repository at this point in the history
This release is dedicated to LLMs, for finally fulfilling the promise of
1960s scifi: systems you can hack using logic games and creative lies.
  • Loading branch information
koalaman committed Mar 8, 2024
1 parent a7e65dc commit 37dfb67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ShellCheck.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 37dfb67

Please sign in to comment.