Skip to content

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