Skip to content

Commit b7b4d5d

Browse files
committed
Stable version 0.7.0
This release is dedicated to RetroArch: the second best way to make your PC feel like a 16bit system (right after building ShellCheck with GHC)
1 parent 9cc9a57 commit b7b4d5d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Since previous release
1+
## v0.7.0 - 2019-07-28
22
### Added
33
- Precompiled binaries for macOS and Linux aarch64
44
- Preliminary support for fix suggestions

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ Alternatively, you can download pre-compiled binaries for the latest release her
213213

214214
* [Linux, x86_64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
215215
* [Linux, armv6hf](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.armv6hf.tar.xz), i.e. Raspberry Pi (statically linked)
216+
* [Linux, aarch64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.armv6hf.tar.xz) aka ARM64 (statically linked)
217+
* [MacOS, x86_64](https://shellcheck.storage.googleapis.com/shellcheck-stable.darwin.x86_64.tar.xz)
216218
* [Windows, x86](https://storage.googleapis.com/shellcheck/shellcheck-stable.zip)
217219

218220
or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/index.html) for checksums, older versions and the latest daily builds.

ShellCheck.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: ShellCheck
2-
Version: 0.6.0
2+
Version: 0.7.0
33
Synopsis: Shell script analysis tool
44
License: GPL-3
55
License-file: LICENSE

0 commit comments

Comments
 (0)