File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1- # v0.6.4
1+ # scip-python CHANGELOG
2+
3+ ## v0.6.5
4+
5+ - Fixes a crash when ` pip show ` returns more than 1MB of data. (#151 )
6+
7+ ## v0.6.4
28
39- Updates base docker image
410
5- # v0.6.3
11+ ## v0.6.3
612
713- Fixes a known crash when handling inheritance from class
814 methods which use a decorator.
1218This version has much more robust testing on macOS for
1319path-handling issues.
1420
15- # v0.6.2
21+ ## v0.6.2
1622
1723** WARNING** : This release is known to have issues on macOS.
1824We recommend upgrading to v0.6.3 or newer.
1925
2026- Fixed source maps on Linux.
2127
22- # v0.6.1
28+ ## v0.6.1
2329
2430** WARNING** : This release should not be used.
2531
2632- Enabled source maps on macOS.
2733
28- # v0.4
34+ ## v0.4
2935
3036- remove: ` --include ` and ` --exclude ` . Instead use ` pyproject.toml ` and pyright configuration.
3137- add: ` --target-only ` to only emit and parse information related to some subdirectory of your project. Should still be run from root of project.
Original file line number Diff line number Diff line change 11{
22 "name" : " @sourcegraph/scip-python" ,
3- "version" : " 0.6.4 " ,
3+ "version" : " 0.6.5 " ,
44 "description" : " SCIP indexer for Python" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments