Skip to content

Commit 0f5235f

Browse files
chore: Prepare for v0.6.3 release (#186)
1 parent 344e158 commit 0f5235f

File tree

4 files changed

+33
-8
lines changed

4 files changed

+33
-8
lines changed

packages/pyright-scip/CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
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.

packages/pyright-scip/CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

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

0 commit comments

Comments
 (0)