Skip to content

Commit d01611b

Browse files
committed
change: Update version to 0.18.0
1 parent 535eaa0 commit d01611b

File tree

3 files changed

+15
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.18.0 (2024-09-10)
2+
3+
### New Features
4+
5+
- allow usage of local NVD mirror for vulnerability scanning
6+
7+
### Bug Fixes
8+
9+
- skip manifest validation in pre-commit if a git rebase is in progress
10+
- exclude files from sub-package if it's not included
11+
- properly manage input paths for the manifest license sub-command
12+
- include missing dependencies for the SPDX project package
13+
114
## v0.17.1 (2024-07-11)
215

316
### Bug Fixes

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.17.1'
3+
__version__ = '0.18.0'

0 commit comments

Comments
 (0)