Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 933 Bytes

File metadata and controls

36 lines (21 loc) · 933 Bytes

Changelog

All notable changes to this SDK will be documented in this file.

This project adheres to Semantic Versioning.
The format is based on Keep a Changelog.


[1.1.15] - 2025-06-05

Fixed

  • Fixed an issue where build_release_multiple_targets was failing due to fastlane limitations.

[1.1.14] - 2025-06-05

Added

  • Added support for running build_release_multiple_targets through fastlane-build-release-multiple-targets.

[1.1.13] - 2025-05-15

Added

  • Added separate actions for xcworkspace

How to Use This Changelog

  • Update the [Unreleased] section during active development.
  • When you publish a new version:
    1. Copy the contents of [Unreleased] into a new version section.
    2. Replace "Unreleased" with the version number and date.
    3. Tag the commit with that version number (e.g., git tag 1.2.0).