Skip to content

Commit 38bf356

Browse files
authored
feat: Enhance SPDXLite export format for Telco compliance
* feat:SP-2115 Enhance SPDXLite output for Telco compliance * chore:SP-2120 Adds SPDXLite unit test * chore: Upgrades scanoss-py version to 1.20.1
1 parent 24fa45b commit 38bf356

File tree

4 files changed

+317
-153
lines changed

4 files changed

+317
-153
lines changed

Diff for: CHANGELOG.md

+6-1
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.20.1] - 2025-02-18
13+
### Added
14+
- Enhanced SPDX Lite report to achieve Telco compliance
15+
1216
## [1.20.0] - 2025-02-02
1317
### Added
1418
- Added support for component provenance reporting
@@ -456,4 +460,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
456460
[1.19.3]: https://github.com/scanoss/scanoss.py/compare/v1.19.2...v1.19.3
457461
[1.19.4]: https://github.com/scanoss/scanoss.py/compare/v1.19.3...v1.19.4
458462
[1.19.5]: https://github.com/scanoss/scanoss.py/compare/v1.19.4...v1.19.5
459-
[1.20.0]: https://github.com/scanoss/scanoss.py/compare/v1.19.5...v1.20.0
463+
[1.20.0]: https://github.com/scanoss/scanoss.py/compare/v1.19.5...v1.20.0
464+
[1.20.1]: https://github.com/scanoss/scanoss.py/compare/v1.20.0...v1.20.1

Diff for: src/scanoss/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '1.19.6'
25+
__version__ = '1.20.1'

0 commit comments

Comments
 (0)