Conversation
WalkthroughThis pull request performs a patch version release from 13.2.1 to 13.2.2. The changes include: adding AppwriteEnums as a dependency to the AppwriteModels target in Package.swift to fix a build issue, updating the version string in CHANGELOG.md with the fix description, updating the version reference in README.md's Swift Package Manager installation example, and updating the SDK version header value in Client.swift from 13.2.1 to 13.2.2. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes The changes are homogeneous version updates and a straightforward dependency addition across four files. No complex logic, architectural changes, or conditional updates are involved. The modifications are repetitive (consistent version bumps) and cosmetic in nature, requiring minimal verification that version strings are consistent and the AppwriteEnums dependency resolves the stated build issue. Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🔇 Additional comments (4)
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 |
This PR contains updates to the Apple SDK for version 13.2.2.
Summary by CodeRabbit
Bug Fixes
Chores