@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
- Upcoming changes...
11
11
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
+
12
18
## [ 1.32.0] - 2025-09-01
13
19
### Added
14
20
- 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
176
182
177
183
## [ 1.20.2] - 2025-02-26
178
184
### Fixed
179
- - Fixed provenance command
185
+ - Fixed provenance command
180
186
181
187
## [ 1.20.1] - 2025-02-18
182
188
### Added
@@ -238,7 +244,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238
244
## [ 1.17.5] - 2024-11-12
239
245
### Fixed
240
246
- Fix dependencies scan result structure
241
-
247
+
242
248
## [ 1.17.4] - 2024-11-08
243
249
### Fixed
244
250
- 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
255
261
### Added
256
262
- Added supplier to SPDX packages
257
263
### Changed
258
- - Changed undeclared summary output
264
+ - Changed undeclared summary output
259
265
260
266
## [ 1.17.1] - 2024-10-24
261
267
### Fixed
@@ -288,7 +294,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288
294
### Added
289
295
- Added support for Python3.12
290
296
- Module ` pkg_resources ` has been replaced with ` importlib_resources `
291
- - Added support for UTF-16 filenames
297
+ - Added support for UTF-16 filenames
292
298
293
299
## [ 1.13.0] - 2024-06-05
294
300
### Added
@@ -367,11 +373,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367
373
## [ 1.6.0] - 2023-06-16
368
374
### Added
369
375
- Added support for High Precision Snippet Matching (` --hpsm ` or ` -H ` ) while scanning
370
- - ` scanoss-py scan --hpsm ... `
376
+ - ` scanoss-py scan --hpsm ... `
371
377
372
378
## [ 1.5.2] - 2023-06-13
373
379
### Added
374
- - Added retry limit option (` --retry ` ) while scanning
380
+ - Added retry limit option (` --retry ` ) while scanning
375
381
- ` --retry 0 ` will fail immediately
376
382
377
383
## [ 1.5.1] - 2023-04-21
@@ -660,4 +666,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
660
666
[ 1.31.3 ] : https://github.com/scanoss/scanoss.py/compare/v1.31.2...v1.31.3
661
667
[ 1.31.4 ] : https://github.com/scanoss/scanoss.py/compare/v1.31.3...v1.31.4
662
668
[ 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