We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922c017 commit 4234eedCopy full SHA for 4234eed
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "0.21.0"
+version = "0.21.1"
3
update_changelog_on_bump = true
4
tag_format = "v$version"
5
changelog_start_rev = "v0.13.0"
CHANGELOG.md
@@ -1,3 +1,10 @@
+## v0.21.1 (2025-12-29)
+
+### Bug Fixes
+- add NONE to severity color map
6
+- exclude DuckDB related CVE
7
8
## v0.21.0 (2025-07-19)
9
10
### New Features
esp_idf_sbom/__init__.py
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
-__version__ = '0.21.0'
+__version__ = '0.21.1'
0 commit comments