Skip to content

Commit 51a9507

Browse files
committed
change: Update version to 0.21.0
1 parent 3423876 commit 51a9507

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.20.1"
2+
version = "0.21.0"
33
update_changelog_on_bump = true
44
tag_format = "v$version"
55
changelog_start_rev = "v0.13.0"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.21.0 (2025-07-19)
2+
3+
### New Features
4+
5+
- add a JSON schema for a vulnerability report in JSON format
6+
7+
### Bug Fixes
8+
9+
- handle version comparison when version ranges are not available
10+
- use stricter validation of CPE string binding
11+
- url encode cpe value before querying NVD REST API
12+
113
## v0.20.1 (2025-03-18)
214

315
### Bug Fixes

esp_idf_sbom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
22
# SPDX-License-Identifier: Apache-2.0
3-
__version__ = '0.20.1'
3+
__version__ = '0.21.0'

0 commit comments

Comments
 (0)