Skip to content

Commit 59b57ba

Browse files
committed
chore: upgrade version to v1.43.0
1 parent fe246a8 commit 59b57ba

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.43.0] - 2025-12-22
912
### Added
1013
- Added scan engine tuning parameters for snippet matching:
1114
- `--min-snippet-hits` - Minimum snippet hits required (0 defers to server config)
@@ -769,4 +772,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
769772
[1.40.1]: https://github.com/scanoss/scanoss.py/compare/v1.40.0...v1.40.1
770773
[1.41.0]: https://github.com/scanoss/scanoss.py/compare/v1.40.1...v1.41.0
771774
[1.41.1]: https://github.com/scanoss/scanoss.py/compare/v1.41.0...v1.41.1
772-
[1.42.0]: https://github.com/scanoss/scanoss.py/compare/v1.41.1...v1.42.0
775+
[1.42.0]: https://github.com/scanoss/scanoss.py/compare/v1.41.1...v1.42.0
776+
[1.43.0]: https://github.com/scanoss/scanoss.py/compare/v1.42.0...v1.43.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.42.0'
25+
__version__ = '1.43.0'

0 commit comments

Comments
 (0)