Skip to content

Conversation

NidhiDixit09
Copy link
Collaborator

Reference

SDK-XXXX -- <TITLE>.

Summary

Motivation

Type Of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Testing Instructions

cc @BranchMetrics/saas-sdk-devs for visibility.

Copy link
Contributor

Code Quality type: bug fix

Summary By MatterAI MatterAI logo

🔄 What Changed

This Pull Request primarily updates the SDK version from 3.13.2 to 3.13.3 across various configuration and source files. This is a standard patch version bump, indicating minor bug fixes or internal improvements.

🔍 Impact of the Change

This change ensures consistency in the reported SDK version across the CocoaPods specification, the internal Objective-C configuration, and the versioning script. It's a routine maintenance update that aligns the project's declared version with the actual release version, crucial for dependency management and tracking. 🚀

📁 Total Files Changed

  • BranchSDK.podspec: Updated the s.version from 3.13.2 to 3.13.3.
  • Sources/BranchSDK/BNCConfig.m: Updated the BNC_SDK_VERSION constant from @"3.13.2" to @"3.13.3".
  • scripts/version.sh: Updated the internal version variable from 3.13.2 to 3.13.3.

🧪 Test Added

No new tests were added as part of this version bump. The existing pod spec lint validation for BranchSDK.podspec implicitly covers the version string format.

🔒Security Vulnerabilities

No security vulnerabilities were introduced or addressed in this version update. The changes are purely declarative version string modifications. 🛡️

Tanka Poem ♫

Numbers softly rise,
From three-point-two to three,
A patch, a small fix,
Code now sings a newer tune,
Release sails on, swift and true. 🚀

Sequence Diagram

sequenceDiagram
    participant User
    participant VersionScript as scripts/version.sh
    participant Podspec as BranchSDK.podspec
    participant BNCConfig as Sources/BranchSDK/BNCConfig.m

    Note over User,VersionScript: Initiates version update process
    User->>VersionScript: execute(increment_patch)
    VersionScript->>VersionScript: Read current version (3.13.2)
    VersionScript->>VersionScript: Calculate new version (3.13.3)
    VersionScript->>Podspec: Update s.version to 3.13.3
    VersionScript->>BNCConfig: Update BNC_SDK_VERSION to @"3.13.3"
    VersionScript->>VersionScript: Self-update version=3.13.3
    VersionScript-->>User: New version applied (3.13.3)
Loading

Copy link
Contributor

Important

PR Review Skipped

PR review skipped as per the configuration setting. Run a manually review by commenting /matter review

💡Tips to use MatterAI

Command List

  • /matter summary: Generate AI Summary for the PR
  • /matter review: Generate AI Reviews for the latest commit in the PR
  • /matter review-full: Generate AI Reviews for the complete PR
  • /matter release-notes: Generate AI release-notes for the PR
  • /matter : Chat with your PR with MatterAI Agent
  • /matter remember : Generate AI memories for the PR
  • /matter explain: Get an explanation of the PR
  • /matter help: Show the list of available commands and documentation
  • Need help? Join our Discord server: https://discord.gg/fJU5DvanU3

Copy link
Contributor

Note

PR Review Skipped

PR review skipped as no relevant changes found due to large diff hunk OR part of a non-reviewable file.

📄Files skipped in review
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
💡Tips to use MatterAI

Command List

  • /matter summary: Generate AI Summary for the PR
  • /matter review: Generate AI Reviews for the latest commit in the PR
  • /matter review-full: Generate AI Reviews for the complete PR
  • /matter release-notes: Generate AI release-notes for the PR
  • /matter : Chat with your PR with MatterAI Agent
  • /matter remember : Generate AI memories for the PR
  • /matter explain: Get an explanation of the PR
  • /matter help: Show the list of available commands and documentation
  • Need help? Join our Discord server: https://discord.gg/fJU5DvanU3

Copy link
Contributor

Note

PR Review Skipped

PR review skipped as no relevant changes found due to large diff hunk OR part of a non-reviewable file.

📄Files skipped in review
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
💡Tips to use MatterAI

Command List

  • /matter summary: Generate AI Summary for the PR
  • /matter review: Generate AI Reviews for the latest commit in the PR
  • /matter review-full: Generate AI Reviews for the complete PR
  • /matter release-notes: Generate AI release-notes for the PR
  • /matter : Chat with your PR with MatterAI Agent
  • /matter remember : Generate AI memories for the PR
  • /matter explain: Get an explanation of the PR
  • /matter help: Show the list of available commands and documentation
  • Need help? Join our Discord server: https://discord.gg/fJU5DvanU3

@NidhiDixit09 NidhiDixit09 merged commit 020fdc6 into master Oct 3, 2025
18 checks passed
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.

2 participants