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 ed3b214 commit 1c6a004Copy full SHA for 1c6a004
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "0.19.0"
+version = "0.19.1"
3
update_changelog_on_bump = true
4
tag_format = "v$version"
5
changelog_start_rev = "v0.13.0"
CHANGELOG.md
@@ -1,3 +1,9 @@
+## v0.19.1 (2024-10-18)
+
+### Bug Fixes
+- include all used components in the project's SPDX dependencies
6
7
## v0.19.0 (2024-10-14)
8
9
### 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.19.0'
+__version__ = '0.19.1'
0 commit comments