Skip to content

Commit

Permalink
chore: Prepare for v0.4.5 release (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Jan 13, 2025
1 parent bfbaa15 commit 5020782
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v0.4.5

Fixes a bug where references to `call` methods in subclasses
of `Opus::Command` were not emitted correctly,
unlike the special-case behavior
in Sorbet's rewriter/Command.cc.
(https://github.com/sourcegraph/scip-ruby/pull/232)

## v0.4.4

Fixes a bug where occurrence data (definitions and references)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.autoindex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --no-cache bash wget make libstdc++ gcc g++ automake autoconf gcompa
# because release builds are very time-consuming.
#
# The release version is verified by tools/scripts/publish-scip-ruby.sh
RUN wget https://github.com/sourcegraph/scip-ruby/releases/download/scip-ruby-v0.4.4/scip-ruby-x86_64-linux -O /usr/bin/scip-ruby && chmod +x /usr/bin/scip-ruby
RUN wget https://github.com/sourcegraph/scip-ruby/releases/download/scip-ruby-v0.4.5/scip-ruby-x86_64-linux -O /usr/bin/scip-ruby && chmod +x /usr/bin/scip-ruby

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

Expand Down
2 changes: 1 addition & 1 deletion scip_indexer/SCIPIndexer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static uint32_t fnv1a_32(const string &s) {
return h;
}

const char scip_ruby_version[] = "0.4.4";
const char scip_ruby_version[] = "0.4.5";

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

0 comments on commit 5020782

Please sign in to comment.