Skip to content

Commit 02ba54d

Browse files
committed
feat: SP-1415 modified version, updated changelog
1 parent f82a0e1 commit 02ba54d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

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

12+
## [1.15.0] - 2024-09-03
13+
### Added
14+
- Added Results sub-command:
15+
- Get all results (`scanoss-py results /path/to/file`)
16+
- Get filtered results (`scanoss-py results /path/to/file --match-type=file,snippet status=pending`)
17+
- Get pending declarations (`scanoss-py results /path/to/file --has-pending`)
18+
1219
## [1.14.0] - 2024-08-09
1320
### Added
1421
- Added support for Python3.12
@@ -338,3 +345,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
338345
[1.12.3]: https://github.com/scanoss/scanoss.py/compare/v1.12.2...v1.12.3
339346
[1.13.0]: https://github.com/scanoss/scanoss.py/compare/v1.12.3...v1.13.0
340347
[1.14.0]: https://github.com/scanoss/scanoss.py/compare/v1.13.0...v1.14.0
348+
[1.15.0]: https://github.com/scanoss/scanoss.py/compare/v1.14.0...v1.15.0

Diff for: src/scanoss/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '1.14.0'
25+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)