Skip to content

Commit d1ce3b6

Browse files
committed
change: Update version to 0.17.0
1 parent 7615665 commit d1ce3b6

File tree

3 files changed

+10
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.17.0 (2024-07-10)
2+
3+
### New Features
4+
5+
- add a global list of excluded CVEs
6+
- allow conditional expressions in manifest files
7+
- introduce virtual package support
8+
19
## v0.16.0 (2024-06-19)
210

311
### 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.16.0'
3+
__version__ = '0.17.0'

0 commit comments

Comments
 (0)