File tree Expand file tree Collapse file tree 4 files changed +33
-8
lines changed
Expand file tree Collapse file tree 4 files changed +33
-8
lines changed Original file line number Diff line number Diff line change 1- # Release v0.4
1+ # v0.6.3
2+
3+ - Fixes a known crash when handling inheritance from class
4+ methods which use a decorator.
5+ - Fixes a bug introduced in v0.6.1 which would cause
6+ SCIP indexes on macOS to be generated with 0 documents.
7+
8+ This version has much more robust testing on macOS for
9+ path-handling issues.
10+
11+ # v0.6.2
12+
13+ ** WARNING** : This release is known to have issues on macOS.
14+ We recommend upgrading to v0.6.3 or newer.
15+
16+ - Fixed source maps on Linux.
17+
18+ # v0.6.1
19+
20+ ** WARNING** : This release should not be used.
21+
22+ - Enabled source maps on macOS.
23+
24+ # v0.4
225
326- remove: ` --include ` and ` --exclude ` . Instead use ` pyproject.toml ` and pyright configuration.
427- 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 @@ -113,7 +113,9 @@ When modifying code in the `pyright-internal` package:
113113
114114## Publishing releases
115115
116- 1 . Change the version in ` packages/pyright-scip/package.json `
117- to ` M.N.P ` and land a PR with that.
118- 2 . Add a tag ` vM.N.P ` to the commit on the ` scip ` branch
119- and push that tag.
116+ 1 . Create a PR with the following changes:
117+ - Change the version in [ package.json] ( ./package.json )
118+ to ` M.N.P ` .
119+ - Add release notes to [ CHANGELOG.md] ( ./CHANGELOG.md )
120+ 2 . After merging the PR, add a tag ` vM.N.P ` to the latest
121+ commit on the ` scip ` branch and push that tag.
Original file line number Diff line number Diff line change 11{
22 "name" : " @sourcegraph/scip-python" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 0.6.3 " ,
44 "description" : " SCIP indexer for Python" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments