summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2019-07-28 17:45:01 -0700
committerVidar Holen <spam@vidarholen.net>2019-07-28 18:12:25 -0700
commitb7b4d5d29e401858074b0d36d7bb53da58c3932d (patch)
tree812e93284ff8c1f8db1fc32456c6af1ad605e306
parent9cc9a575b274d081b59c5384dbab8112380aa9a6 (diff)
Stable version 0.7.0v0.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)
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
-rw-r--r--ShellCheck.cabal2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e65ddb4..583678e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Since previous release
+## v0.7.0 - 2019-07-28
### Added
- Precompiled binaries for macOS and Linux aarch64
- Preliminary support for fix suggestions
diff --git a/README.md b/README.md
index 4c9e9ae..9237460 100644
--- a/README.md
+++ b/README.md
@@ -213,6 +213,8 @@ Alternatively, you can download pre-compiled binaries for the latest release her
* [Linux, x86_64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
* [Linux, armv6hf](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.armv6hf.tar.xz), i.e. Raspberry Pi (statically linked)
+* [Linux, aarch64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.armv6hf.tar.xz) aka ARM64 (statically linked)
+* [MacOS, x86_64](https://shellcheck.storage.googleapis.com/shellcheck-stable.darwin.x86_64.tar.xz)
* [Windows, x86](https://storage.googleapis.com/shellcheck/shellcheck-stable.zip)
or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/index.html) for checksums, older versions and the latest daily builds.
diff --git a/ShellCheck.cabal b/ShellCheck.cabal
index 4658dd0..372bde4 100644
--- a/ShellCheck.cabal
+++ b/ShellCheck.cabal
@@ -1,5 +1,5 @@
Name: ShellCheck
-Version: 0.6.0
+Version: 0.7.0
Synopsis: Shell script analysis tool
License: GPL-3
License-file: LICENSE