Skip to content

Commit

Permalink
Bump version for release v1.3.0 (#394)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Graf <[email protected]>
  • Loading branch information
capossele and nategraf authored Jan 18, 2025
1 parent d31becd commit 76390ad
Show file tree
Hide file tree
Showing 49 changed files with 53,996 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: r0.1.81.0
RISC0_MONOREPO_REF: "main"
RISC0_MONOREPO_REF: "release-1.2"

jobs:
e2e-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: r0.1.81.0
RISC0_MONOREPO_REF: "main"
RISC0_MONOREPO_REF: "release-1.2"
# CARGO_LOCKED is defined as the string '--locked' in PRs targeting release branches and '' elsewhere.
CARGO_LOCKED: ${{ (startsWith(github.base_ref, 'release-') || startsWith(github.base_ref, 'refs/heads/release-')) && '--locked' || '' }}

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ deployment_secrets.toml
# We ignore lock files in this repository on main because we want to
# continually track and develop against risc0 main. When lock files are
# tracked, CI will pin to a commit and only rarely update.
Cargo.lock
#Cargo.lock
Loading

0 comments on commit 76390ad

Please sign in to comment.