Skip to content

Commit b9c2453

Browse files
chore: Prepare for v0.6.5 release (#194)
1 parent 483c95b commit b9c2453

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

packages/pyright-scip/CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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.
@@ -12,20 +18,20 @@
1218
This version has much more robust testing on macOS for
1319
path-handling issues.
1420

15-
# v0.6.2
21+
## v0.6.2
1622

1723
**WARNING**: This release is known to have issues on macOS.
1824
We 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.

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.4",
3+
"version": "0.6.5",
44
"description": "SCIP indexer for Python",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)