File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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.3] - 2024-09-30
9+
10+ - #43 Support getting level from ` ruleConfigurationOverrides ` and ` defaultConfiguration ` .
11+ - #68 Fixed regression where reversing diff direction gave different results.
12+
813## [ 3.0.2] - 2024-09-18
914
1015- #55 part 2: Add ` executionSuccessful ` to ` copy ` operation output for SARIF schema compliance.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sarif-tools"
3- version = " 3.0.2 "
3+ version = " 3.0.3 "
44description = " SARIF tools"
55authors = [" Microsoft" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 22Top-level version information for sarif-tools.
33"""
44
5- __version__ = "3.0.2 "
5+ __version__ = "3.0.3 "
You can’t perform that action at this time.
0 commit comments