Skip to content

Commit 4ceb4a5

Browse files
authored
Prepare release 3.0.4 (#78)
1 parent 7f96025 commit 4ceb4a5

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.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

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.3"
3+
version = "3.0.4"
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.3"
5+
__version__ = "3.0.4"

0 commit comments

Comments
 (0)