Skip to content

Releases: sourcegraph/scip

scip v0.2.3: Bug-fix for SCIP to LSIF conversion

07 Oct 07:37
ab24aeb

Choose a tag to compare

See the CHANGELOG to see what's new in scip v0.2.3.

Download the CLI for your current platform using:

env \
  TAG="v0.2.3" \
  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

scip v0.2.2: New 'print' and 'lint' subcommands

06 Oct 11:13
9076146

Choose a tag to compare

See the CHANGELOG to see what's new in scip v0.2.2.

Download the CLI for your current platform using:

env \
  TAG="v0.2.2" \
  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

scip v0.2.1: New is_definition relationship + bugfixes

27 Sep 05:40

Choose a tag to compare

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

scip v0.2.0: CLI improvements with better errors and help docs

08 Aug 17:25

Choose a tag to compare

Command to download the CLI for your current platform:

env \
  TAG="v0.2.0" \
  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