Skip to content

Commit

Permalink
chore(main): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenKnoops committed Feb 26, 2025
1 parent b2f331e commit 72c111e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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))
* echo output ([bfad6b8](https://github.com/philips-software/SPDXMerge/commit/bfad6b8378ac0eb88aa723f7a3a44808a46dd4e1))
* get_document() position ([85d1d51](https://github.com/philips-software/SPDXMerge/commit/85d1d51bbaf3120cad477064655d94584dfdde41))
* incorrect file_path argument ([1bcbd78](https://github.com/philips-software/SPDXMerge/commit/1bcbd78494d6bc10649f99bec4243df43c268b56))
* remove echo ([ab3150a](https://github.com/philips-software/SPDXMerge/commit/ab3150a539344f6dff11868987b2f3592f66f926))
* 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 72c111e

Please sign in to comment.