Skip to content

scip v0.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 06:57
· 20 commits to main since this release
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