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 5650419 commit 5d04af9Copy full SHA for 5d04af9
CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
### Added
10
- Upcoming changes...
11
12
-## [1.39.0] - 2025-10-24
+## [1.39.0] - 2025-10-27
13
14
- Added `glc-codequality` format to convert subcommand
15
- Added `inspect gitlab matches` subcommand to generate GitLab-compatible Markdown match summary from SCANOSS scan results
src/scanoss/__init__.py
@@ -22,4 +22,4 @@
22
THE SOFTWARE.
23
"""
24
25
-__version__ = '1.38.0'
+__version__ = '1.39.0'
0 commit comments