Skip to content

Commit

Permalink
change: Update version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhrbata committed Apr 29, 2024
1 parent 45842a2 commit b062086
Show file tree
Hide file tree
Showing 3 changed files with 12 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.14.0"
version = "0.15.0"
update_changelog_on_bump = true
tag_format = "v$version"
changelog_start_rev = "v0.13.0"
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.15.0 (2024-04-29)

### New Features

- add esp-idf-sbom manifest license command

### Bug Fixes

- remove '+' from set of valid SPDXID characters

## v0.14.0 (2024-01-02)

### New Features
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.14.0'
__version__ = '0.15.0'

0 comments on commit b062086

Please sign in to comment.