Skip to content

Commit 382d76a

Browse files
authored
Prepare release 2.2.0 (#609)
- **update version numbers** - **update cargo.toml files to reference the risc0 release branch** - **check in lock files** - **update Steel changelog** - **update .gitignore** - **update Steel README** - **remove notice in header**
1 parent 51bc89b commit 382d76a

File tree

47 files changed

+80866
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+80866
-58
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
RISC0_TOOLCHAIN_VERSION: 1.85.0
2121
FOUNDRY_VERSION: v1.2.2
22-
RISC0_MONOREPO_REF: "main"
22+
RISC0_MONOREPO_REF: "release-2.1"
2323

2424
jobs:
2525
e2e-tests:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
RISC0_TOOLCHAIN_VERSION: 1.85.0
2020
FOUNDRY_VERSION: v1.2.2
21-
RISC0_MONOREPO_REF: "main"
21+
RISC0_MONOREPO_REF: "release-2.1"
2222
# CARGO_LOCKED is defined as the string '--locked' in PRs targeting release branches and '' elsewhere.
2323
CARGO_LOCKED: ${{ (startsWith(github.base_ref, 'release-') || startsWith(github.base_ref, 'refs/heads/release-')) && '--locked' || '' }}
2424

.github/workflows/steel-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
env:
2020
RISC0_TOOLCHAIN_VERSION: 1.85.0
21-
RISC0_MONOREPO_REF: "main"
21+
RISC0_MONOREPO_REF: "release-2.1"
2222

2323
jobs:
2424
build:

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,3 @@ out/
2626

2727
# Ignore the file with RPC and Etherscan API keys for deployment.
2828
deployment_secrets.toml
29-
30-
# We ignore lock files in this repository on main because we want to
31-
# continually track and develop against risc0 main. When lock files are
32-
# tracked, CI will pin to a commit and only rarely update.
33-
Cargo.lock

0 commit comments

Comments
 (0)