Skip to content

Commit 515cb9f

Browse files
committed
update changelog and version
1 parent 3b7aaf7 commit 515cb9f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [1.16.0] - 2024-10-08
13+
### Added
14+
- Added the `metadata` field to the output in CycloneDX format, now including the fields `timestamp`, `tool vendor`, `tool` and `tool version`
15+
1216
## [1.15.0] - 2024-09-17
1317
### Added
1418
- Added Results sub-command:
@@ -350,3 +354,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350354
[1.13.0]: https://github.com/scanoss/scanoss.py/compare/v1.12.3...v1.13.0
351355
[1.14.0]: https://github.com/scanoss/scanoss.py/compare/v1.13.0...v1.14.0
352356
[1.15.0]: https://github.com/scanoss/scanoss.py/compare/v1.14.0...v1.15.0
357+
[1.16.0]: https://github.com/scanoss/scanoss.py/compare/v1.15.0...v1.16.0

src/scanoss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = "1.15.0"
25+
__version__ = "1.16.0"

src/scanoss/cyclonedx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import uuid
2828
import datetime
2929

30-
from .__init__ import __version__
30+
from . import __version__
3131

3232
from .scanossbase import ScanossBase
3333
from .spdxlite import SpdxLite

0 commit comments

Comments
 (0)