Skip to content

Commit 4d72f17

Browse files
authored
Merge pull request #44 from philips-software/release-please--branches--main
chore(main): release 0.2.0
2 parents d7d516b + 3413d67 commit 4d72f17

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/philips-software/SPDXMerge/compare/v0.1.3...v0.2.0) (2023-05-25)
4+
5+
### Features
6+
7+
* Output path ([#42](https://github.com/philips-software/SPDXMerge/pull/42) - Thanks to @electricgull
8+
9+
### Bug Fixes
10+
11+
* pylint error ([5305124](https://github.com/philips-software/SPDXMerge/commit/530512479c6741f69b6e5e500f032dcdb6e40d58))
12+
13+
14+
### Documentation
15+
16+
* update docs ([51515d6](https://github.com/philips-software/SPDXMerge/commit/51515d6cb70f286ab68d25e359a742005097292a))
17+
318
## [0.1.3](https://github.com/philips-software/SPDXMerge/compare/v0.1.2...v0.1.3) (2023-04-26)
419

520

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.1.3',
12+
version='0.2.0',
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)