Skip to content

scip v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 18:53
· 8 commits to main since this release
1c2b6db

Download the CLI for your current platform using:

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

  • Update module github.com/klauspost/compress to v1.18.7 by @renovate[bot] in #455
  • Update module github.com/klauspost/compress to v1.19.0 by @renovate[bot] in #456
  • schema: Add Odin language by @npupko in #441
  • Update actions/setup-go action to v7 by @renovate[bot] in #461
  • Update module github.com/k0kubun/pp/v3 to v3.5.2 by @renovate[bot] in #460
  • Update actions/setup-node action to v7 by @renovate[bot] in #459
  • Update module github.com/montanaflynn/stats to v0.12.2 by @renovate[bot] in #458
  • Update dependency typescript to v7 by @renovate[bot] in #457
  • Update module github.com/klauspost/compress to v1.19.1 by @renovate[bot] in #462
  • Update dependency @bufbuild/protobuf to v2.13.0 by @renovate[bot] in #463
  • Update module github.com/klauspost/compress to v1.19.2 by @renovate[bot] in #466
  • Update module google.golang.org/protobuf to v1.36.12 by @renovate[bot] in #469
  • Update module github.com/montanaflynn/stats to v0.12.3 by @renovate[bot] in #470
  • Update dependency @bufbuild/protobuf to v2.14.0 by @renovate[bot] in #471
  • Update module github.com/urfave/cli/v3 to v3.11.0 by @renovate[bot] in #473
  • Update module github.com/stretchr/testify to v1.12.0 by @renovate[bot] in #474
  • Update module github.com/montanaflynn/stats to v0.12.4 by @renovate[bot] in #476
  • Update module github.com/stretchr/testify to v1.12.1 by @renovate[bot] in #477
  • Replace CSC review workflow with CODEOWNERS by @jupblb in #472
  • Update actions/setup-java action to v6 by @renovate[bot] in #478
  • Update module github.com/montanaflynn/stats to v0.12.5 by @renovate[bot] in #479
  • Update dependency @bufbuild/protobuf to v2.14.1 by @renovate[bot] in #480
  • Allow auto-merging Renovate PRs by @jupblb in #481
  • Update dependency io.github.git-commit-id:git-commit-id-maven-plugin to v10.0.1 by @renovate[bot] in #482
  • Update module github.com/klauspost/compress to v1.20.0 by @renovate[bot] in #483
  • Add .NET bindings by @grinidx in #475
  • Update actions/setup-dotnet action to v6 by @renovate[bot] in #488
  • Bump version to 0.10.0 by @jupblb in #489

New Contributors

Full Changelog: v0.9.0...v0.10.0