@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99### Added
1010- Upcoming changes...
1111
12+ ## [ 1.33.0] - 2025-09-19
13+ ### Added
14+ - Add ` licenses ` sub-command to ` component ` command
15+ - Add support for ingesting CDX to all decoration commands
16+ - Add CDX input validation
17+
1218## [ 1.32.0] - 2025-09-01
1319### Added
1420- Switched vulnerability and dependency APIs to use REST by default
@@ -176,7 +182,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176182
177183## [ 1.20.2] - 2025-02-26
178184### Fixed
179- - Fixed provenance command
185+ - Fixed provenance command
180186
181187## [ 1.20.1] - 2025-02-18
182188### Added
@@ -238,7 +244,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238244## [ 1.17.5] - 2024-11-12
239245### Fixed
240246- Fix dependencies scan result structure
241-
247+
242248## [ 1.17.4] - 2024-11-08
243249### Fixed
244250- Fix backslashes in file paths on Windows
@@ -255,7 +261,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
255261### Added
256262- Added supplier to SPDX packages
257263### Changed
258- - Changed undeclared summary output
264+ - Changed undeclared summary output
259265
260266## [ 1.17.1] - 2024-10-24
261267### Fixed
@@ -288,7 +294,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288294### Added
289295- Added support for Python3.12
290296- Module ` pkg_resources ` has been replaced with ` importlib_resources `
291- - Added support for UTF-16 filenames
297+ - Added support for UTF-16 filenames
292298
293299## [ 1.13.0] - 2024-06-05
294300### Added
@@ -367,11 +373,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367373## [ 1.6.0] - 2023-06-16
368374### Added
369375- Added support for High Precision Snippet Matching (` --hpsm ` or ` -H ` ) while scanning
370- - ` scanoss-py scan --hpsm ... `
376+ - ` scanoss-py scan --hpsm ... `
371377
372378## [ 1.5.2] - 2023-06-13
373379### Added
374- - Added retry limit option (` --retry ` ) while scanning
380+ - Added retry limit option (` --retry ` ) while scanning
375381 - ` --retry 0 ` will fail immediately
376382
377383## [ 1.5.1] - 2023-04-21
@@ -660,4 +666,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
660666[ 1.31.3 ] : https://github.com/scanoss/scanoss.py/compare/v1.31.2...v1.31.3
661667[ 1.31.4 ] : https://github.com/scanoss/scanoss.py/compare/v1.31.3...v1.31.4
662668[ 1.31.5 ] : https://github.com/scanoss/scanoss.py/compare/v1.31.4...v1.31.5
663- [ 1.31.5 ] : https://github.com/scanoss/scanoss.py/compare/v1.31.5...v1.32.0
669+ [ 1.32.0 ] : https://github.com/scanoss/scanoss.py/compare/v1.31.5...v1.32.0
670+ [ 1.33.0 ] : https://github.com/scanoss/scanoss.py/compare/v1.32.0...v1.33.0
0 commit comments