Skip to content

Commit 7e491f5

Browse files
docs: Add CHANGELOG entry for v0.3.7 (#191)
1 parent b5ce1c1 commit 7e491f5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v0.3.7
4+
5+
Fixes an issue when emitting indexes over 2GB in size,
6+
which may be hit for codebases over 10M+ SLOC.
7+
(https://github.com/sourcegraph/scip-ruby/pull/190)
8+
39
## v0.3.6
410

511
In debug builds, scip-ruby would sometimes emit spurious log messages.

Dockerfile.autoindex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apk add --no-cache bash wget make libstdc++ gcc g++ automake autoconf gcompa
1111
# because release builds are very time-consuming.
1212
#
1313
# The release version is verified by tools/scripts/publish-scip-ruby.sh
14-
RUN wget https://github.com/sourcegraph/scip-ruby/releases/download/scip-ruby-v0.3.6/scip-ruby-x86_64-linux -O /usr/bin/scip-ruby && chmod +x /usr/bin/scip-ruby
14+
RUN wget https://github.com/sourcegraph/scip-ruby/releases/download/scip-ruby-v0.3.7/scip-ruby-x86_64-linux -O /usr/bin/scip-ruby && chmod +x /usr/bin/scip-ruby
1515

1616
COPY scip_indexer/autoindex.sh /usr/bin/scip-ruby-autoindex
1717

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.3.6";
64+
const char scip_ruby_version[] = "0.3.7";
6565

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

0 commit comments

Comments
 (0)