Skip to content

Commit ff00b86

Browse files
authored
Prepare release 3.0.3 (#71)
1 parent 6732313 commit ff00b86

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)