File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
- Upcoming changes...
11
11
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
+
12
19
## [ 1.14.0] - 2024-08-09
13
20
### Added
14
21
- Added support for Python3.12
@@ -338,3 +345,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
338
345
[ 1.12.3 ] : https://github.com/scanoss/scanoss.py/compare/v1.12.2...v1.12.3
339
346
[ 1.13.0 ] : https://github.com/scanoss/scanoss.py/compare/v1.12.3...v1.13.0
340
347
[ 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
Original file line number Diff line number Diff line change 22
22
THE SOFTWARE.
23
23
"""
24
24
25
- __version__ = '1.14.0'
25
+ __version__ = "1.15.0"
You can’t perform that action at this time.
0 commit comments