File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ 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.28.1] - 2025-07-10
13
+ ### Added
14
+ - Fix purls parsing on ` crypto ` subcommand
15
+
12
16
## [ 1.28.0] - 2025-07-10
13
17
### Added
14
18
- Add vulnerabilities response to ` folder-scan ` CycloneDX output
@@ -587,3 +591,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
587
591
[ 1.26.3 ] : https://github.com/scanoss/scanoss.py/compare/v1.26.2...v1.26.3
588
592
[ 1.27.0 ] : https://github.com/scanoss/scanoss.py/compare/v1.26.3...v1.27.0
589
593
[ 1.27.1 ] : https://github.com/scanoss/scanoss.py/compare/v1.27.0...v1.27.1
594
+ [ 1.28.0 ] : https://github.com/scanoss/scanoss.py/compare/v1.27.1...v1.28.0
595
+ [ 1.28.1 ] : https://github.com/scanoss/scanoss.py/compare/v1.28.0...v1.28.1
Original file line number Diff line number Diff line change 22
22
THE SOFTWARE.
23
23
"""
24
24
25
- __version__ = '1.28.0 '
25
+ __version__ = '1.28.1 '
You can’t perform that action at this time.
0 commit comments