@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 3.0.4] - 2024-11-15
9+
10+ - #73 Crash when using ` --check ` .
11+
812## [ 3.0.3] - 2024-09-30
913
1014- #43 Support getting level from ` ruleConfigurationOverrides ` and ` defaultConfiguration ` .
@@ -35,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3539
3640### Added
3741
38- - Support "none" severity level. It's only included in the output if present in the input.
42+ - Support "none" severity level. It's only included in the output if present in the input.
3943
4044### Fixed
4145
@@ -55,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5559### Breaking Changes
5660
5761- "Code" and "Description" are now separate columns in the CSV output, whereas before they were
58- combined in the "Code" column. They are also separate keys in the "record" format if calling
62+ combined in the "Code" column. They are also separate keys in the "record" format if calling
5963 sarif-tools from Python.
6064- ` --blame-filter ` argument has been replaced with ` --filter ` , using a new YAML-based format for
6165 more general filtering to replace the previous ad hoc text format which only supported blame.
@@ -121,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121125
122126### Changed
123127
124- - Compatible with Python v3.8. Previously, Python v3.9 was required.
128+ - Compatible with Python v3.8. Previously, Python v3.9 was required.
125129
126130### Compatibility
127131
0 commit comments