We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebd218 commit c983dd8Copy full SHA for c983dd8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.1](https://github.com/philips-software/SPDXMerge/compare/v0.2.0...v0.2.1) (2025-02-25)
4
+
5
6
+### Bug Fixes
7
8
+* add version input ([f61fd4b](https://github.com/philips-software/SPDXMerge/commit/f61fd4bd51d331bbbbb4568eb27391fdd1fe274f))
9
10
## [0.2.0](https://github.com/philips-software/SPDXMerge/compare/v0.1.3...v0.2.0) (2023-05-25)
11
12
### Features
setup.py
@@ -9,7 +9,7 @@
setup(
name='spdxmerge',
- version='0.2.0',
+ version='0.2.1',
13
description="merges content of two/more spdx sboms",
14
long_description_content_type="text/markdown",
15
url="https://github.com/philips-software/SPDXMerge",
0 commit comments