Skip to content

Commit 0af5c2d

Browse files
committed
chore(version): upgrade version to v1.51.0
1 parent 0007586 commit 0af5c2d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
10+
## [1.51.0] - 2026-03-26
911
### Added
1012
- Added `--format raw` option to `folder-scan` command to export HFH results in snippet-scanner JSON format
1113
- Expands directory-level HFH results into per-file entries keyed by relative file path
@@ -859,3 +861,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
859861
[1.49.0]: https://github.com/scanoss/scanoss.py/compare/v1.48.0...v1.49.0
860862
[1.49.1]: https://github.com/scanoss/scanoss.py/compare/v1.49.0...v1.49.1
861863
[1.50.0]: https://github.com/scanoss/scanoss.py/compare/v1.49.1...v1.50.0
864+
[1.50.1]: https://github.com/scanoss/scanoss.py/compare/v1.50.0...v1.50.1
865+
[1.51.0]: https://github.com/scanoss/scanoss.py/compare/v1.50.1...v1.51.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.50.1'
25+
__version__ = '1.51.0'

0 commit comments

Comments
 (0)