Skip to content

Commit 13e2505

Browse files
committed
chore: upgrade version to v1.44.0
1 parent b47a04b commit 13e2505

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
- Upcoming changes...
10+
11+
## [1.44.0] - 2026-01-15
912
### Added
1013
- Added scan engine tuning parameters for snippet matching:
1114
- `--min-snippet-hits` - Minimum snippet hits required (0 defers to server config)
@@ -780,4 +783,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
780783
[1.41.1]: https://github.com/scanoss/scanoss.py/compare/v1.41.0...v1.41.1
781784
[1.42.0]: https://github.com/scanoss/scanoss.py/compare/v1.41.1...v1.42.0
782785
[1.43.0]: https://github.com/scanoss/scanoss.py/compare/v1.42.0...v1.43.0
783-
[1.43.1]: https://github.com/scanoss/scanoss.py/compare/v1.43.0...v1.43.1
786+
[1.43.1]: https://github.com/scanoss/scanoss.py/compare/v1.43.0...v1.43.1
787+
[1.44.0]: https://github.com/scanoss/scanoss.py/compare/v1.43.1...v1.44.0

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.43.1'
25+
__version__ = '1.44.0'

0 commit comments

Comments
 (0)