Skip to content

Commit 812cdd1

Browse files
chore: Prepare for v0.6.6 release
1 parent 56cff12 commit 812cdd1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

packages/pyright-scip/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# scip-python CHANGELOG
22

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+
310
## v0.6.5
411

512
- Fixes a crash when `pip show` returns more than 1MB of data. (#151)

packages/pyright-scip/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pyright-scip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/scip-python",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "SCIP indexer for Python",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)