Skip to content

Commit ccc40e6

Browse files
committed
chore: updates CHANGELOG.md file
1 parent da14b0d commit ccc40e6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [1.39.1] - 2025-10-29
13+
### Changed
14+
- Refactored inspect module structure for better organization
15+
- Reorganized inspection modules into `policy_check` and `summary` subdirectories
16+
- Moved copyleft and undeclared component checks to `policy_check/scanoss/`
17+
- Moved component, license, and match summaries to `summary/`
18+
- Moved Dependency Track policy checks to `policy_check/dependency_track/`
19+
- Extracted common scan result processing logic into `ScanResultProcessor` utility class
20+
- Improved type safety with `PolicyOutput` named tuple for policy check results
21+
- Made `PolicyCheck` class explicitly abstract with ABC
22+
### Added
23+
- Added Makefile targets for running ruff linter with Docker (`linter` and `fix-linter`)
24+
1225
## [1.39.0] - 2025-10-27
1326
### Added
1427
- Added `glc-codequality` format to convert subcommand
@@ -710,4 +723,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
710723
[1.37.0]: https://github.com/scanoss/scanoss.py/compare/v1.36.0...v1.37.0
711724
[1.37.1]: https://github.com/scanoss/scanoss.py/compare/v1.37.0...v1.37.1
712725
[1.38.0]: https://github.com/scanoss/scanoss.py/compare/v1.37.1...v1.38.0
713-
[1.39.0]: https://github.com/scanoss/scanoss.py/compare/v1.38.0...v1.39.0
726+
[1.39.0]: https://github.com/scanoss/scanoss.py/compare/v1.38.0...v1.39.0
727+
[1.39.1]: https://github.com/scanoss/scanoss.py/compare/v1.39.0...v1.39.1

src/scanoss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '1.39.0'
25+
__version__ = '1.39.1'

0 commit comments

Comments
 (0)