File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
515Backports upstream Sorbet fix for crashes for specific
Original file line number Diff line number Diff line change @@ -364,7 +364,6 @@ This will correctly use the `scip-ruby/master` branch as the target.
364364
3653651 . Add release notes to the [ CHANGELOG] ( /CHANGELOG.md ) .
3663662 . Bump ` scip_ruby_version ` in ` SCIPIndexer.cc ` .
367- 3 . Bump the release version in ` Dockerfile.autoindex ` .
368367
369368Run the release script:
370369
Original file line number Diff line number Diff 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
6767const char scip_ruby_sync_upstream_sorbet_sha[] = " 0a7b175bc0bb41e2672369554f74364e83711a84" ;
You can’t perform that action at this time.
0 commit comments