Skip to content

Commit

Permalink
Prepare release 3.0.3 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
debonte authored Sep 30, 2024
1 parent 6732313 commit ff00b86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.3] - 2024-09-30

- #43 Support getting level from `ruleConfigurationOverrides` and `defaultConfiguration`.
- #68 Fixed regression where reversing diff direction gave different results.

## [3.0.2] - 2024-09-18

- #55 part 2: Add `executionSuccessful` to `copy` operation output for SARIF schema compliance.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sarif-tools"
version = "3.0.2"
version = "3.0.3"
description = "SARIF tools"
authors = ["Microsoft"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sarif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Top-level version information for sarif-tools.
"""

__version__ = "3.0.2"
__version__ = "3.0.3"

0 comments on commit ff00b86

Please sign in to comment.