Skip to content

Commit 5e44c0a

Browse files
committed
chore(main): release 0.2.1
1 parent 736cf57 commit 5e44c0a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/philips-software/SPDXMerge/compare/v0.2.0...v0.2.1) (2025-02-27)
4+
5+
6+
### Bug Fixes
7+
8+
* add output results file ([3ecf7ec](https://github.com/philips-software/SPDXMerge/commit/3ecf7ec06a41525a8a2982b4ef8d6782fd33b9d6))
9+
* add version input ([f61fd4b](https://github.com/philips-software/SPDXMerge/commit/f61fd4bd51d331bbbbb4568eb27391fdd1fe274f))
10+
* comment diff ([dd6925c](https://github.com/philips-software/SPDXMerge/commit/dd6925c5a55d5c2fa440810acc486250dd411b22))
11+
* echo output ([bfad6b8](https://github.com/philips-software/SPDXMerge/commit/bfad6b8378ac0eb88aa723f7a3a44808a46dd4e1))
12+
* get_document() position ([85d1d51](https://github.com/philips-software/SPDXMerge/commit/85d1d51bbaf3120cad477064655d94584dfdde41))
13+
* incorrect file_path argument ([1bcbd78](https://github.com/philips-software/SPDXMerge/commit/1bcbd78494d6bc10649f99bec4243df43c268b56))
14+
* remove echo ([ab3150a](https://github.com/philips-software/SPDXMerge/commit/ab3150a539344f6dff11868987b2f3592f66f926))
15+
* replace duplicate spdx files ([5f457ad](https://github.com/philips-software/SPDXMerge/commit/5f457adcd065a7734121d5f6e666f37cf7d96f21))
16+
* test.yml to not check SHA values ([12d94cb](https://github.com/philips-software/SPDXMerge/commit/12d94cbc8230f70af714a5ec60da36d665c8436a))
17+
* uncomment diff ([d58153d](https://github.com/philips-software/SPDXMerge/commit/d58153d96e173c510c3d16554f9843128b018bac))
18+
* update SHA values ([a0ed20a](https://github.com/philips-software/SPDXMerge/commit/a0ed20ae1222b8b3ccb668e2f20380fda907bfda))
19+
320
## [0.2.0](https://github.com/philips-software/SPDXMerge/compare/v0.1.3...v0.2.0) (2023-05-25)
421

522
### Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='spdxmerge',
12-
version='0.2.0',
12+
version='0.2.1',
1313
description="merges content of two/more spdx sboms",
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/philips-software/SPDXMerge",

0 commit comments

Comments
 (0)