Skip to content

Commit a426c7f

Browse files
chore: Prepare for v0.4.7 release (#243)
1 parent c7d4d22 commit a426c7f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## v0.4.7
4+
5+
Changes the internal symbol structure for local variables
6+
and parameters to be compliant with the [SCIP](https://github.com/sourcegraph/scip) specification.
7+
8+
Sourcegraph 6.9 has stronger validation checks,
9+
which prevents Find references from working correctly
10+
with local variables. This issue is not applicable
11+
to later releases such as Sourcegraph 6.10 or newer.
12+
313
## v0.4.6
414

515
Backports upstream Sorbet fix for crashes for specific

docs/scip-ruby/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ This will correctly use the `scip-ruby/master` branch as the target.
364364

365365
1. Add release notes to the [CHANGELOG](/CHANGELOG.md).
366366
2. Bump `scip_ruby_version` in `SCIPIndexer.cc`.
367-
3. Bump the release version in `Dockerfile.autoindex`.
368367

369368
Run the release script:
370369

scip_indexer/SCIPIndexer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static uint32_t fnv1a_32(const string &s) {
6161
return h;
6262
}
6363

64-
const char scip_ruby_version[] = "0.4.6";
64+
const char scip_ruby_version[] = "0.4.7";
6565

6666
// Last updated: https://github.com/sourcegraph/scip-ruby/pull/217
6767
const char scip_ruby_sync_upstream_sorbet_sha[] = "0a7b175bc0bb41e2672369554f74364e83711a84";

0 commit comments

Comments
 (0)