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 7615665 commit d1ce3b6Copy full SHA for d1ce3b6
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "0.16.0"
+version = "0.17.0"
3
update_changelog_on_bump = true
4
tag_format = "v$version"
5
changelog_start_rev = "v0.13.0"
CHANGELOG.md
@@ -1,3 +1,11 @@
+## v0.17.0 (2024-07-10)
+
+### New Features
+- add a global list of excluded CVEs
6
+- allow conditional expressions in manifest files
7
+- introduce virtual package support
8
9
## v0.16.0 (2024-06-19)
10
11
### 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.16.0'
+__version__ = '0.17.0'
0 commit comments