summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2021-04-19 14:31:13 -0700
committerVidar Holen <spam@vidarholen.net>2021-04-19 14:44:27 -0700
commitcff3e22911f25283ccef0a23bdfdfaafe3ad7c40 (patch)
tree85cfd44be9919090c9a3be35e43565a2ba9c5408
parent5669eb22037980c5a6b74b0d420cb452990bcf88 (diff)
Stable version v0.7.2v0.7.2
This release is dedicated to ethanol, for keeping COVID-19 off both our hands and our minds.
-rw-r--r--CHANGELOG.md4
-rw-r--r--ShellCheck.cabal2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6d5a82..4ff81cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Git
+## v0.7.2 - 2021-04-19
### Added
- `disable` directives can now be a range, e.g. `disable=SC3000-SC4000`
- SC1143: Warn about line continuations in comments
@@ -22,7 +22,7 @@
- POSIX/dash unsupported feature warnings now have individual SC3xxx codes
- SC1090: A leading `$x/` or `$(x)/` is now treated as `./` when locating files
- SC2154: Variables appearing in -z/-n tests are no longer considered unassigned
-- SC2270-SC2285: Improved warnings about misused =, e.g. `${var}=42`
+- SC2270-SC2285: Improved warnings about misused `=`, e.g. `${var}=42`
## v0.7.1 - 2020-04-04
diff --git a/ShellCheck.cabal b/ShellCheck.cabal
index 2254c02..b474f47 100644
--- a/ShellCheck.cabal
+++ b/ShellCheck.cabal
@@ -1,5 +1,5 @@
Name: ShellCheck
-Version: 0.7.1
+Version: 0.7.2
Synopsis: Shell script analysis tool
License: GPL-3
License-file: LICENSE