Skip to content

Commit 1c6a004

Browse files
committed
change: Update version to 0.19.1
1 parent ed3b214 commit 1c6a004

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.19.0"
2+
version = "0.19.1"
33
update_changelog_on_bump = true
44
tag_format = "v$version"
55
changelog_start_rev = "v0.13.0"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.19.1 (2024-10-18)
2+
3+
### Bug Fixes
4+
5+
- include all used components in the project's SPDX dependencies
6+
17
## v0.19.0 (2024-10-14)
28

39
### New Features

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.19.0'
3+
__version__ = '0.19.1'

0 commit comments

Comments
 (0)