Prepare release: v1.4.2 - #3176
Conversation
WalkthroughOhayo sensei! This pull request updates the version numbers from 1.4.1 to 1.4.2 across several manifest files in the project. The changes are limited to version bumps in Changes
Possibly related PRs
Suggested reviewers
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
Cargo.toml (1)
64-64: Consider updating release notes or CHANGELOG.md.Since we've bumped to
1.4.2, please ensure that the project’s CHANGELOG or release notes are updated to reflect any newly included fixes or features.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (4)
Cargo.lockis excluded by!**/*.lockcrates/dojo/core/Scarb.lockis excluded by!**/*.lockcrates/torii/types-test/Scarb.lockis excluded by!**/*.lockexamples/spawn-and-move/Scarb.lockis excluded by!**/*.lock
📒 Files selected for processing (5)
Cargo.toml(1 hunks)crates/dojo/core/Scarb.toml(1 hunks)crates/macros/merge-options/macro_test/Cargo.toml(1 hunks)crates/torii/types-test/Scarb.toml(1 hunks)examples/spawn-and-move/Scarb.toml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
🔇 Additional comments (5)
crates/torii/types-test/Scarb.toml (1)
5-5: Ohayo sensei! Version bump looks good.The
versionfield has been updated from1.4.1to1.4.2, keeping this manifest in sync with the workspace release.crates/macros/merge-options/macro_test/Cargo.toml (1)
3-3: Ohayo sensei! Version bump looks good.The crate version has been correctly updated to
1.4.2to align with the rest of the workspace.examples/spawn-and-move/Scarb.toml (1)
4-4: Ohayo sensei! Version bump looks good.The example’s
versionhas been updated to1.4.2, matching the core release.crates/dojo/core/Scarb.toml (1)
6-6: Ohayo sensei! Version bump looks good.The
dojocore package version is now1.4.2, in line with the new release.Cargo.toml (1)
64-64: Ohayo sensei! Workspace version bump is correct.The workspace package version has been updated to
1.4.2. Everything else remains unchanged.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3176 +/- ##
==========================================
- Coverage 55.63% 55.61% -0.02%
==========================================
Files 443 443
Lines 62987 62987
==========================================
- Hits 35043 35032 -11
- Misses 27944 27955 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Prepare release: v Co-authored-by: steebchen <steebchen@users.noreply.github.com>
Prepare release: v Co-authored-by: steebchen <steebchen@users.noreply.github.com>
Automated changes by create-pull-request GitHub action
Summary by CodeRabbit