File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
2- version = " 0.20.1 "
2+ version = " 0.21.0 "
33update_changelog_on_bump = true
44tag_format = " v$version"
55changelog_start_rev = " v0.13.0"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 '
You can’t perform that action at this time.
0 commit comments