Skip to content

Commit e4f2976

Browse files
authored
Prepare release 3.0.5 (#100)
1 parent 4511358 commit e4f2976

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sarif-tools"
3-
version = "3.0.4"
3+
version = "3.0.5"
44
description = "SARIF tools"
55
authors = ["Microsoft"]
66
readme = "README.md"

sarif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Top-level version information for sarif-tools.
33
"""
44

5-
__version__ = "3.0.4"
5+
__version__ = "3.0.5"

0 commit comments

Comments
 (0)