Skip to content

scip v0.2.1: New is_definition relationship + bugfixes

Compare
Choose a tag to compare
@varungandhi-src varungandhi-src released this 27 Sep 05:40
· 117 commits to main since this release

Download the CLI for your current platform using:

env \
  TAG="v0.2.1" \
  OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
  ARCH="$(uname -m | sed -e 's/x86_64/amd64/')" \
  bash -c 'curl -L "https://github.com/sourcegraph/scip/releases/download/$TAG/scip-$OS-$ARCH.tar.gz"' \
| tar xzf - scip