Skip to content

Conversation

NidhiDixit09
Copy link
Collaborator

Reference

Release 3.13.1 Updates.

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 bug fix

Summary By MatterAI MatterAI logo

🔄 What Changed

This pull request updates the SDK version from 3.13.0 to 3.13.1 across various configuration and source files. This is a standard version bump, likely indicating a patch release with minor bug fixes or improvements.

🔍 Impact of the Change

The primary impact is the official declaration of the new SDK version 3.13.1. This ensures that all components, including the CocoaPods specification, internal SDK constant, and release scripts, reflect the current version. This change is crucial for proper dependency management and version tracking.

📁 Total Files Changed

  • BranchSDK.podspec: Updated the s.version from 3.13.0 to 3.13.1. 📦
  • Sources/BranchSDK/BNCConfig.m: Updated the BNC_SDK_VERSION constant from 3.13.0 to 3.13.1. 🔢
  • scripts/version.sh: Updated the version variable from 3.13.0 to 3.13.1. 📜

🧪 Test Added

No new tests were added or modified as part of this version update.

🔒Security Vulnerabilities

No security vulnerabilities were introduced or addressed by these version number changes.

Tanka Poem ♫

New version blooms,
Tiny patch, a steady climb,
Code now stands refreshed.
Numbers dance, a quiet hum,
Future's path, a clearer gleam. ✨

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Podspec as BranchSDK.podspec
    participant BNCConfig as BNCConfig.m
    participant VersionScript as version.sh

    Dev->>Dev: Initiate Release 3.13.1
    Dev->>Podspec: Update s.version to "3.13.1"
    Podspec-->>Dev: Version updated
    Dev->>BNCConfig: Update BNC_SDK_VERSION to "3.13.1"
    BNCConfig-->>Dev: Version constant updated
    Dev->>VersionScript: Update version variable to "3.13.1"
    VersionScript-->>Dev: Script version updated
    Dev-->>Dev: Release 3.13.1 preparation complete
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

@NidhiDixit09 NidhiDixit09 merged commit b88d372 into master Sep 9, 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