Skip to content

Releases: scip-code/scip

scip v0.9.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:38
e8ee0ae

Download the CLI for your current platform using:

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

  • Fix Hackage builds by @jupblb in #437
  • Make ranges typed oneofs by @jupblb in #387
  • Count proto-review author as self-review by @jupblb in #438
  • Add debian-lsp indexer (for Debian packaging files) by @jelmer in #440
  • Update module github.com/urfave/cli/v3 to v3.10.0 by @renovate[bot] in #439
  • Update dependency org.sonatype.central:central-publishing-maven-plugin to v0.11.0 by @renovate[bot] in #442
  • Run proto-review on pull_request_target so forks get a write token by @jupblb in #443
  • Update actions/checkout action to v7 by @renovate[bot] in #447
  • Make snapshot files not executable by @jupblb in #446
  • Support enclosing_symbol, multiline occurrences, and synthetic_definition in snapshots by @jupblb in #445
  • Update dependency @bufbuild/protobuf to v2.12.1 by @renovate[bot] in #448
  • Update actions/cache action to v6 by @renovate[bot] in #449
  • Update module github.com/urfave/cli/v3 to v3.10.1 by @renovate[bot] in #452
  • Fix CI for fork PRs by @jupblb in #454
  • Release 0.9.0 by @jupblb in #450

New Contributors

Full Changelog: v0.8.1...v0.9.0

scip v0.8.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:58
bf70486

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

Choose a tag to compare

@github-actions github-actions released this 02 Jun 06:57
1f51cd3

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

Choose a tag to compare

@github-actions github-actions released this 14 Apr 14:00
9330cbd

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

Choose a tag to compare

@github-actions github-actions released this 24 Mar 10:16
d58356c

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

Choose a tag to compare

@jupblb jupblb released this 27 Oct 18:34
9d57961

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

Choose a tag to compare

@varungandhi-src varungandhi-src released this 23 Sep 06:21
09c0a10

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

Choose a tag to compare

@owickstrom owickstrom released this 28 Feb 08:55
0ed1933

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

Choose a tag to compare

@varungandhi-src varungandhi-src released this 17 Oct 05:11
727d53e

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

Choose a tag to compare

@varungandhi-src varungandhi-src released this 26 Sep 04:02
33d8709

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