-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare release: v1.0.4 #2756
Prepare release: v1.0.4 #2756
Conversation
WalkthroughOhayo, sensei! This pull request includes updates to several Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (2)
🔇 Additional comments (2)examples/spawn-and-move/Scarb.toml (1)
The version bump from 1.0.3 to 1.0.4 is consistent with the release preparation. Cargo.toml (1)
The workspace version bump to 1.0.4 aligns perfectly with the Scarb.toml update. Let's verify version consistency across all Scarb.toml files: ✅ Verification successfulOhayo sensei! Found some version mismatches that need attention! 🎋 The version consistency check revealed mismatches across the codebase:
However, this appears to be intentional as examples and test contracts commonly use different versions. The critical files ( 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check for any mismatched versions in Scarb.toml files
echo "Checking version consistency across Scarb.toml files..."
fd -e toml -x grep -l "version = " {} \; | xargs grep "version = "
Length of output: 6784 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2756 +/- ##
==========================================
- Coverage 55.46% 54.69% -0.77%
==========================================
Files 427 427
Lines 53620 53919 +299
==========================================
- Hits 29738 29492 -246
- Misses 23882 24427 +545 ☔ View full report in Codecov by Sentry. |
Co-authored-by: glihm <[email protected]>
Automated changes by create-pull-request GitHub action
Summary by CodeRabbit
1.0.3
to1.0.4
, indicating a new release.