File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.5] - 2025-07-17
9+
10+ - #76 Support in HTML display rules as links, when help Uri provided
11+ - #82 ` trend ` and ` csv ` output csv files have ` \r\n ` line terminators when generated on Linux machine
12+ - #97 sarif blame crashes with UnicodeDecodeError when it encounters invalid UTF-8
13+
814## [ 3.0.4] - 2024-11-15
915
1016- #73 Crash when using ` --check ` .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sarif-tools"
3- version = " 3.0.4 "
3+ version = " 3.0.5 "
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.4 "
5+ __version__ = "3.0.5 "
You can’t perform that action at this time.
0 commit comments