Skip to content

Commit 02132ae

Browse files
authored
Prepare release 3.0.1 (#61)
1 parent deb880d commit 02132ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.1] - unreleased
8+
## [3.0.1] - 2024-09-16
99

1010
### Fixed
1111

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

0 commit comments

Comments
 (0)