Skip to content

moq-ffi: bump to 0.2.14#1505

Merged
kixelated merged 1 commit into
mainfrom
claude/festive-mcnulty-1d4f0c
May 25, 2026
Merged

moq-ffi: bump to 0.2.14#1505
kixelated merged 1 commit into
mainfrom
claude/festive-mcnulty-1d4f0c

Conversation

@kixelated
Copy link
Copy Markdown
Collaborator

Summary

  • Manual patch bump of moq-ffi from 0.2.13 to 0.2.14.
  • Triggers a fresh moq-ffi-v* tag so the new Swift release pipeline from #1502 (decoupled release manifest, SPM-resolve gate on publish) gets exercised end-to-end.

Why manual

release-plz only detects API/source changes via cargo semver-checks, which doesn't inspect binary-only crates. moq-ffi is cdylib/staticlib, so pure CI/packaging changes never trigger an automatic bump and the new Swift workflow would otherwise sit unrun until the next unrelated source change.

Test plan

  • just rs release produces a moq-ffi-v0.2.14 tag.
  • release-swift.yml runs against that tag and the SPM-resolve gate passes before publish.

(Written by Claude)

🤖 Generated with Claude Code

Manual patch bump so the new Swift release pipeline from #1502 gets
exercised on the next moq-ffi-v* tag. release-plz cannot detect
source changes for binary-only crates, so this has to be done by hand.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kixelated kixelated merged commit 6365a0d into main May 25, 2026
2 checks passed
@kixelated kixelated deleted the claude/festive-mcnulty-1d4f0c branch May 25, 2026 17:26
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 25, 2026

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2b94cc34-c9a7-4d5d-b093-1e5b40752f63

📥 Commits

Reviewing files that changed from the base of the PR and between 7a8616d and f61e769.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • rs/moq-ffi/CHANGELOG.md
  • rs/moq-ffi/Cargo.toml

Walkthrough

This PR bumps the moq-ffi package version from 0.2.13 to 0.2.14. The Cargo.toml manifest is updated with the new version, and a corresponding changelog entry is added documenting a Swift CI change that decouples the release manifest from the development Package.swift and gates publish on SPM resolve.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'moq-ffi: bump to 0.2.14' directly and clearly reflects the main change: a version bump of the moq-ffi crate from 0.2.13 to 0.2.14.
Description check ✅ Passed The description is well-detailed and clearly related to the changeset, explaining both the version bump and the rationale for the manual release to exercise the new Swift release pipeline.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch claude/festive-mcnulty-1d4f0c

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant