We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f0b6e commit 5e5d779Copy full SHA for 5e5d779
CHANGELOG.md
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.6.0] - 2022-05-05
10
+
11
+### Changed
12
+* Default output now one line per file with number of matching lines found.
13
+* Removed 'inverse-match' commandline option
14
15
16
+### Added
17
+* New cmdline option to force reading from start of file.
18
+* Introduced `output-matching-string` cmdline argument to enable detailed matching line output
19
+* New instroduced `invert-thresholds` cmdline option to convert warning and critical as maximum values under which to alert.
20
21
+### Fixed
22
+* fix for env_var support for 'missing-ok' option
23
24
## [0.5.0] - 2021-11-01
25
26
### Added
0 commit comments