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 - scipWhat'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-reviewonpull_request_targetso 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, andsynthetic_definitionin 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