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 41cf7de commit bc048e0Copy full SHA for bc048e0
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [UNRELEASED]
9
10
+## [0.8.0] - 2024-10-23
11
+
12
+* Fixed a bug where validation failures were not resulting in a non-zero exit code
13
+* Renamed the --file / -f CLI argument to --config / -f for consistency with other tools
14
+* improvements to validate output
15
+ These "improvements" are short term hacks. There is a need for a fundamental
16
+ overhaul of how output is generated to improve usability
17
+* Implemented code coverage support.
18
+* Updated the docs to reflect the removal of the --all flag
19
20
## [0.7.6] - 2024-09-08
21
22
### Fixed
0 commit comments