Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions packages/pyright-scip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# v0.6.4
# scip-python CHANGELOG

## v0.6.5

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

## v0.6.4

- Updates base docker image

# v0.6.3
## v0.6.3

- Fixes a known crash when handling inheritance from class
methods which use a decorator.
Expand All @@ -12,20 +18,20 @@
This version has much more robust testing on macOS for
path-handling issues.

# v0.6.2
## v0.6.2

**WARNING**: This release is known to have issues on macOS.
We recommend upgrading to v0.6.3 or newer.

- Fixed source maps on Linux.

# v0.6.1
## v0.6.1

**WARNING**: This release should not be used.

- Enabled source maps on macOS.

# v0.4
## v0.4

- remove: `--include` and `--exclude`. Instead use `pyproject.toml` and pyright configuration.
- add: `--target-only` to only emit and parse information related to some subdirectory of your project. Should still be run from root of project.
Expand Down
4 changes: 2 additions & 2 deletions packages/pyright-scip/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pyright-scip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/scip-python",
"version": "0.6.4",
"version": "0.6.5",
"description": "SCIP indexer for Python",
"main": "index.js",
"scripts": {
Expand Down
Loading