Skip to content

Commit

Permalink
Release v0.19.0 (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub committed Oct 31, 2023
1 parent ec4b227 commit 31f8016
Show file tree
Hide file tree
Showing 28 changed files with 246 additions and 244 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
RISC0_TOOLCHAIN_VERSION: test-release-2
# TAG: v0.19.0-rc.4
VERSION: 0.19.0-rc.4
# TAG: v0.19.0
VERSION: "0.19.0"

jobs:
release:
Expand Down Expand Up @@ -66,8 +66,10 @@ jobs:
- run: cargo risczero install --version $RISC0_TOOLCHAIN_VERSION
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: cargo run
working-directory: tools/smoke-test
# TODO: git lfs pull doesn't work within a github container.
# This smoke test will fail because the recursion ZKR will be an empty file at build time.
# - run: cargo run
# working-directory: tools/smoke-test

macos:
runs-on: [self-hosted, prod, macOS, apple_m2_pro]
Expand Down
30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ members = [
exclude = ["tools/crates-validator"]

[workspace.package]
version = "0.19.0-rc.4"
version = "0.19.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://risczero.com/"
Expand All @@ -36,20 +36,20 @@ repository = "https://github.com/risc0/risc0/"
bonsai-ethereum-contracts = { version = "0.1.0", path = "bonsai/ethereum" }
bonsai-ethereum-relay = { version = "0.1.0", default-features = false, path = "bonsai/ethereum-relay" }
bonsai-rest-api-mock = { version = "0.1.0", default-features = false, path = "bonsai/rest-api-mock" }
bonsai-sdk = { version = "0.5.0-rc.4", default-features = false, path = "bonsai/sdk" }
risc0-binfmt = { version = "0.19.0-rc.4", default-features = false, path = "risc0/binfmt" }
risc0-build = { version = "0.19.0-rc.4", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.19.0-rc.4", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-recursion = { version = "0.19.0-rc.4", default-features = false, path = "risc0/circuit/recursion" }
risc0-circuit-recursion-sys = { version = "0.19.0-rc.4", default-features = false, path = "risc0/circuit/recursion-sys" }
risc0-circuit-rv32im = { version = "0.19.0-rc.4", default-features = false, path = "risc0/circuit/rv32im" }
risc0-circuit-rv32im-sys = { version = "0.19.0-rc.4", default-features = false, path = "risc0/circuit/rv32im-sys" }
risc0-core = { version = "0.19.0-rc.4", default-features = false, path = "risc0/core" }
risc0-r0vm = { version = "0.19.0-rc.4", default-features = false, path = "risc0/r0vm" }
risc0-sys = { version = "0.19.0-rc.4", default-features = false, path = "risc0/sys" }
risc0-zkp = { version = "0.19.0-rc.4", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.19.0-rc.4", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.19.0-rc.4", default-features = false, path = "risc0/zkvm/platform" }
bonsai-sdk = { version = "0.5.0", default-features = false, path = "bonsai/sdk" }
risc0-binfmt = { version = "0.19.0", default-features = false, path = "risc0/binfmt" }
risc0-build = { version = "0.19.0", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.19.0", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-recursion = { version = "0.19.0", default-features = false, path = "risc0/circuit/recursion" }
risc0-circuit-recursion-sys = { version = "0.19.0", default-features = false, path = "risc0/circuit/recursion-sys" }
risc0-circuit-rv32im = { version = "0.19.0", default-features = false, path = "risc0/circuit/rv32im" }
risc0-circuit-rv32im-sys = { version = "0.19.0", default-features = false, path = "risc0/circuit/rv32im-sys" }
risc0-core = { version = "0.19.0", default-features = false, path = "risc0/core" }
risc0-r0vm = { version = "0.19.0", default-features = false, path = "risc0/r0vm" }
risc0-sys = { version = "0.19.0", default-features = false, path = "risc0/sys" }
risc0-zkp = { version = "0.19.0", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.19.0", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.19.0", default-features = false, path = "risc0/zkvm/platform" }

[profile.bench]
lto = true
Expand Down
72 changes: 36 additions & 36 deletions benchmarks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 31f8016

@vercel
Copy link

@vercel vercel bot commented on 31f8016 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.