Skip to content

Releases: scip-code/scip

scip v0.8.1

04 Jun 13:58
bf70486

Choose a tag to compare

Download the CLI for your current platform using:

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

What's Changed

  • Constrain Renovate for JVM bindings deps by @jupblb in #430
  • Drop ripgrep from scip-examples by @jupblb in #432
  • Publish TypeScript bindings to npm by @jupblb in #429
  • Publish Haskell bindings to Hackage by @jupblb in #428
  • Lower cabal-version to 3.6 and default-language to GHC2021 by @jupblb in #434
  • Clean up reprolang's grammar by @jupblb in #433
  • Auto-trigger release on cmd/scip/version.txt change by @jupblb in #435
  • Bump version to 0.8.1 by @jupblb in #436

Full Changelog: v0.8.0...v0.8.1

scip v0.8.0

02 Jun 06:57
1f51cd3

Choose a tag to compare

Download the CLI for your current platform using:

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

What's Changed

  • Prepare the release flow for enabling immutable releases by @jupblb in #396
  • Drop kubernetes/kubernetes from SCIP examples by @jupblb in #394
  • Migrate base renovate config to config:recommended by @jupblb in #395
  • Introduce dedicated SignatureDocumentation message type by @jupblb in #385
  • Auto-update flake.nix vendorHash on Renovate PRs by @jupblb in #405
  • Update module github.com/klauspost/compress to v1.18.6 by @renovate[bot] in #399
  • Sync Go workspace before recomputing vendor hashes by @jupblb in #411
  • Tidy each Go module instead of go work sync by @jupblb in #413
  • Update module google.golang.org/protobuf to v1.36.11 by @renovate[bot] in #400
  • Update dependency @bufbuild/protobuf to v2.12.0 by @renovate[bot] in #401
  • Update module github.com/fatih/color to v1.19.0 by @renovate[bot] in #402
  • Update module github.com/k0kubun/pp/v3 to v3.5.1 by @renovate[bot] in #404
  • Update module github.com/montanaflynn/stats to v0.9.0 by @renovate[bot] in #406
  • Update module pgregory.net/rapid to v1.3.0 by @renovate[bot] in #408
  • Update module github.com/hhatto/gocloc to v0.7.0 by @renovate[bot] in #403
  • Update module zombiezen.com/go/sqlite to v1.4.2 by @renovate[bot] in #409
  • Update dependency typescript to v6 by @renovate[bot] in #410
  • Update module github.com/urfave/cli/v2 to v3 by @renovate[bot] in #416
  • Update DeterminateSystems/nix-installer-action action to v22 by @renovate[bot] in #414
  • Keep Renovate PRs rebased and tolerate auto-fix commits by @jupblb in #415
  • Migrate buf.gen.yaml from v1 to v2 syntax by @jupblb in #418
  • Combine renovate fix + nix-checks into one sequenced workflow by @jupblb in #417
  • Update dorny/paths-filter action to v4 by @renovate[bot] in #419
  • Update flake.nix to 26.05 by @jupblb in #422
  • Update DeterminateSystems/magic-nix-cache-action action to v14 by @renovate[bot] in #421
  • Add Java and Kotlin protobuf bindings by @jupblb in #398
  • Enable flake.lock updates by @jupblb in #424
  • Bump version to 0.8.0 by @jupblb in #425

Full Changelog: v0.7.1...v0.8.0

scip v0.7.1

14 Apr 14:00
9330cbd

Choose a tag to compare

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

Download the CLI for your current platform using:

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

scip v0.7.0

24 Mar 10:16
d58356c

Choose a tag to compare

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

Download the CLI for your current platform using:

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

scip v0.6.1

27 Oct 18:34
9d57961

Choose a tag to compare

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

Download the CLI for your current platform using:

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

23 Sep 06:21
09c0a10

Choose a tag to compare

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

Download the CLI for your current platform using:

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

scip v0.5.2

28 Feb 08:55
0ed1933

Choose a tag to compare

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

Download the CLI for your current platform using:

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

17 Oct 05:11
727d53e

Choose a tag to compare

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

Download the CLI for your current platform using:

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

26 Sep 04:02
33d8709

Choose a tag to compare

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

Download the CLI for your current platform using:

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

scip v0.4.0

11 Jun 12:15
6296669

Choose a tag to compare

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

Download the CLI for your current platform using:

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