Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR finalizes the v1.4.3 release by updating all version references from v1.4.2 to v1.4.3 across the codebase. The primary change removes the release candidate designation (v1.4.3-rc.0 → v1.4.3) in the Cargo workspace and updates all documentation, scripts, and configuration files to reference the new stable version.
Changes:
- Updated workspace version from 1.4.3-rc.0 to 1.4.3 in Cargo.toml
- Updated all package versions in Cargo.lock
- Updated documentation examples, installation instructions, and configuration files to reference v1.4.3
- Updated stark-backend documentation URLs from v1.2.2 to v1.2.3
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updates workspace version from 1.4.3-rc.0 to 1.4.3 (final release) |
| Cargo.lock | Updates all package versions to 1.4.3 |
| scripts/download_setup.sh | Updates artifact download URL to v1.4.3 |
| docs/vocs/vocs.config.ts | Updates version display text to v1.4.3 |
| docs/vocs/vercel.json | Updates openvm docs URLs to v1.4.3 and stark-backend docs URLs to v1.2.3 |
| docs/vocs/docs/pages/index.mdx | Updates installation command example to use v1.4.3 tag |
| docs/vocs/docs/pages/book/writing-apps/generating-proofs.mdx | Updates download script URL to v1.4.3 |
| docs/vocs/docs/pages/book/guest-libraries/sha2.mdx | Updates Cargo dependency example to v1.4.3 |
| docs/vocs/docs/pages/book/guest-libraries/ruint.mdx | Updates Cargo dependency examples to v1.4.3 |
| docs/vocs/docs/pages/book/guest-libraries/keccak256.mdx | Updates Cargo dependency example to v1.4.3 |
| docs/vocs/docs/pages/book/guest-libraries/k256.mdx | Updates Cargo dependency examples to v1.4.3 |
| docs/vocs/docs/pages/book/getting-started/quickstart.mdx | Updates Cargo dependency example to v1.4.3 |
| docs/vocs/docs/pages/book/getting-started/install.mdx | Updates all installation command examples to v1.4.3 |
| docs/vocs/docs/pages/book/acceleration-using-extensions/algebra.mdx | Updates Cargo dependency examples to v1.4.3 |
| .github/workflows/versioning.yml | Updates default version value and examples to v1.4.3 |
| .github/workflows/release.yml | Updates default version value and examples to v1.4.3 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This comment has been minimized.
This comment has been minimized.
Commit: 89cc6d2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.