Skip to content

Commit

Permalink
Stable version v0.7.2
Browse files Browse the repository at this point in the history
This release is dedicated to ethanol, for keeping
COVID-19 off both our hands and our minds.
  • Loading branch information
koalaman committed Apr 19, 2021
1 parent 5669eb2 commit cff3e22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
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.7.1
Version: 0.7.2
Synopsis: Shell script analysis tool
License: GPL-3
License-file: LICENSE
Expand Down

0 comments on commit cff3e22

Please sign in to comment.