Skip to content

Commit 4d5482e

Browse files
committed
chore: bump version, update changelog
1 parent 8c44231 commit 4d5482e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

12+
## [1.40.0] - 2025-10-29
13+
### Added
14+
- Add support for `--rest` to `folder-scan` command
15+
1216
## [1.39.0] - 2025-10-27
1317
### Added
1418
- Added `glc-codequality` format to convert subcommand
@@ -710,4 +714,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
710714
[1.37.0]: https://github.com/scanoss/scanoss.py/compare/v1.36.0...v1.37.0
711715
[1.37.1]: https://github.com/scanoss/scanoss.py/compare/v1.37.0...v1.37.1
712716
[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
717+
[1.39.0]: https://github.com/scanoss/scanoss.py/compare/v1.38.0...v1.39.0
718+
[1.40.0]: https://github.com/scanoss/scanoss.py/compare/v1.39.0...v1.40.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.39.0'
25+
__version__ = '1.40.0'

0 commit comments

Comments
 (0)