Skip to content

Commit cff3e22

Browse files
committed
Stable version v0.7.2
This release is dedicated to ethanol, for keeping COVID-19 off both our hands and our minds.
1 parent 5669eb2 commit cff3e22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Git
1+
## v0.7.2 - 2021-04-19
22
### Added
33
- `disable` directives can now be a range, e.g. `disable=SC3000-SC4000`
44
- SC1143: Warn about line continuations in comments
@@ -22,7 +22,7 @@
2222
- POSIX/dash unsupported feature warnings now have individual SC3xxx codes
2323
- SC1090: A leading `$x/` or `$(x)/` is now treated as `./` when locating files
2424
- SC2154: Variables appearing in -z/-n tests are no longer considered unassigned
25-
- SC2270-SC2285: Improved warnings about misused =, e.g. `${var}=42`
25+
- SC2270-SC2285: Improved warnings about misused `=`, e.g. `${var}=42`
2626

2727

2828
## v0.7.1 - 2020-04-04

ShellCheck.cabal

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

0 commit comments

Comments
 (0)