We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae200e commit 589259cCopy full SHA for 589259c
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
### Added
10
- Upcoming changes...
11
12
+## [1.28.3] - 2025-07-14
13
+### Fixed
14
+- Fixed scanoss.json ingestion
15
+### Added
16
+- Added support for exclude parameter from scanoss.json file during scanning
17
+
18
## [1.28.2] - 2025-07-14
19
### Fixed
20
- Fix CycloneDX format when license id is None
src/scanoss/__init__.py
@@ -22,4 +22,4 @@
22
THE SOFTWARE.
23
"""
24
25
-__version__ = '1.28.2'
+__version__ = '1.28.3'
0 commit comments