chore(release): update changelog and bump version to 3.1.0-dev.7#3749
chore(release): update changelog and bump version to 3.1.0-dev.7#3749shumkov wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (25)
📝 WalkthroughWalkthroughThis PR bumps the workspace and package versions from 3.1.0-dev.6 to 3.1.0-dev.7. The root Cargo.toml workspace package version, root package.json, and 21 package manifests are updated with a new CHANGELOG.md entry documenting the release. ChangesVersion Bump Release Chore
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Tools execution failed with the following error: Failed to run tools: 13 INTERNAL: Received RST_STREAM with code 2 (Internal server error) 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. Comment |
thepastaclaw
left a comment
There was a problem hiding this comment.
Code Review
Mechanical release bump from 3.1.0-dev.6 to 3.1.0-dev.7: CHANGELOG header, workspace Cargo.toml, root package.json, all 22 workspace package.json files, and Cargo.lock all updated consistently. No code, consensus, or behavior changes. Both Claude and Codex correctly found no in-scope issues.
Out-of-scope follow-up suggestions (2)
These are valid observations, but they are outside this PR's scope and should be handled in separate issues or author/maintainer-requested PRs rather than blocking this review.
- Empty CHANGELOG section for dev.7 — The new
## [3.1.0-dev.7]section in CHANGELOG.md has only a header with no entries because no functional commits landed between dev.6 and dev.7. Harmless, but the release tooling could be improved to either skip cutting empty releases or annotate them as(no changes)to reduce ambiguity for changelog readers.- Follow-up: File a separate issue to decide whether the release script should skip empty releases or annotate them explicitly.
- CHANGELOG date for dev.7 (2026-05-27) is one day after dev.6 (2026-05-26) — dev.7 is recorded as 2026-05-27 while dev.6 and the worktree's current date are 2026-05-26. Almost certainly a UTC vs local-time artifact in the release script rather than a defect in this PR.
- Follow-up: If reproducibility matters, file a separate issue to pin the release script to a fixed timezone (UTC) or document the timezone it uses.
|
✅ DashSDKFFI.xcframework built for this PR.
SwiftPM (host the zip at a stable URL, then use): .binaryTarget(
name: "DashSDKFFI",
url: "https://your.cdn.example/DashSDKFFI.xcframework.zip",
checksum: "85da0d4af5b3bfe36a0f1fe35b771cf610b4217af0ebc0befc523c3b2767f180"
)Xcode manual integration:
|
Issue being fixed or feature implemented
Release new Dash Platform version
What was done?
How Has This Been Tested?
None
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only
Summary by CodeRabbit