Skip to content

Commit

Permalink
change: Update version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhrbata committed Sep 10, 2024
1 parent 535eaa0 commit d01611b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "0.17.1"
version = "0.18.0"
update_changelog_on_bump = true
tag_format = "v$version"
changelog_start_rev = "v0.13.0"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.18.0 (2024-09-10)

### New Features

- allow usage of local NVD mirror for vulnerability scanning

### Bug Fixes

- skip manifest validation in pre-commit if a git rebase is in progress
- exclude files from sub-package if it's not included
- properly manage input paths for the manifest license sub-command
- include missing dependencies for the SPDX project package

## v0.17.1 (2024-07-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion esp_idf_sbom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
__version__ = '0.17.1'
__version__ = '0.18.0'

0 comments on commit d01611b

Please sign in to comment.