| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 56cff12 commit 812cdd1
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,12 @@ | |||
| 1 | 1 | # scip-python CHANGELOG | |
| 2 | 2 | ||
| 3 | + ## v0.6.6 | ||
| 4 | + | ||
| 5 | + - Changes package listing to use Python's `importlib` instead of | ||
| 6 | + `pip show` by default. On versions of pip 24.0 and older, `pip show` | ||
| 7 | + is much slower. This also avoids parsing of unstructured data | ||
| 8 | + returned by pip in favor of JSON. | ||
| 9 | + | ||
| 3 | 10 | ## v0.6.5 | |
| 4 | 11 | ||
| 5 | 12 | - Fixes a crash when `pip show` returns more than 1MB of data. (#151) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@sourcegraph/scip-python", | |
| 3 | - "version": "0.6.5", | ||
| 3 | + "version": "0.6.6", | ||
| 4 | 4 | "description": "SCIP indexer for Python", | |
| 5 | 5 | "main": "index.js", | |
| 6 | 6 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments