diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ad307..0a8cd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.1](https://github.com/philips-software/SPDXMerge/compare/v0.2.0...v0.2.1) (2025-02-26) + + +### Bug Fixes + +* add output results file ([3ecf7ec](https://github.com/philips-software/SPDXMerge/commit/3ecf7ec06a41525a8a2982b4ef8d6782fd33b9d6)) +* add version input ([f61fd4b](https://github.com/philips-software/SPDXMerge/commit/f61fd4bd51d331bbbbb4568eb27391fdd1fe274f)) +* comment diff ([dd6925c](https://github.com/philips-software/SPDXMerge/commit/dd6925c5a55d5c2fa440810acc486250dd411b22)) +* incorrect file_path argument ([1bcbd78](https://github.com/philips-software/SPDXMerge/commit/1bcbd78494d6bc10649f99bec4243df43c268b56)) +* replace duplicate spdx files ([5f457ad](https://github.com/philips-software/SPDXMerge/commit/5f457adcd065a7734121d5f6e666f37cf7d96f21)) +* test.yml to not check SHA values ([12d94cb](https://github.com/philips-software/SPDXMerge/commit/12d94cbc8230f70af714a5ec60da36d665c8436a)) +* uncomment diff ([d58153d](https://github.com/philips-software/SPDXMerge/commit/d58153d96e173c510c3d16554f9843128b018bac)) + ## [0.2.0](https://github.com/philips-software/SPDXMerge/compare/v0.1.3...v0.2.0) (2023-05-25) ### Features diff --git a/setup.py b/setup.py index 0f3e748..810f0e4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='spdxmerge', - version='0.2.0', + version='0.2.1', description="merges content of two/more spdx sboms", long_description_content_type="text/markdown", url="https://github.com/philips-software/SPDXMerge",