-
Notifications
You must be signed in to change notification settings - Fork 190
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.8 #2813
Prepare release: v1.0.8 #2813
Conversation
WalkthroughOhayo, sensei! This pull request focuses on a version bump across multiple configuration files in the Dojo workspace. The version has been consistently updated from 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 (3)
🔇 Additional comments (1)Cargo.toml (1)
The version update from Let's verify version consistency across the workspace: ✅ Verification successfulOhayo sensei! Version consistency verified across the workspace! 🎉 All relevant project files are using the correct version
Other version strings found in the output are for dependencies and not related to the project version. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check version consistency across Cargo.toml and Scarb.toml files
echo "Checking version consistency..."
# Search for version strings in Cargo.toml and Scarb.toml files
rg "version = \"1\.0\.[0-9]+\"" -g "Cargo.toml" -g "Scarb.toml"
Length of output: 604 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 #2813 +/- ##
=======================================
Coverage 55.66% 55.67%
=======================================
Files 439 439
Lines 55699 55699
=======================================
+ Hits 31007 31008 +1
+ Misses 24692 24691 -1 ☔ View full report in Codecov by Sentry. |
Automated changes by create-pull-request GitHub action
Summary by CodeRabbit
New Features
Bug Fixes