From f24cf7c0030e032aac91818a50b99a20b277b480 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 27 Aug 2026 16:47:30 +1000 Subject: [PATCH] Bumped to version 15.0.0 --- CHANGELOG.md | 16 +++++++++++++--- Gemfile.lock | 2 +- lib/fastlane/plugin/wpmreleasetoolkit/version.rb | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dce6a3d..40b860ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,11 @@ ### Breaking Changes -- The `ios_build_preflight` and `android_build_preflight` actions have been removed. [#773] -- `EnvManager` now populates the process `ENV` from the loaded `.env` file by default [#723]. +_None_ ### New Features -- `get_prs_between_tags` now accepts a `fail_on_error:` parameter. [#772] +_None_ ### Bug Fixes @@ -21,6 +20,17 @@ _None_ _None_ +## 15.0.0 + +### Breaking Changes + +- The `ios_build_preflight` and `android_build_preflight` actions have been removed. [#773] +- `EnvManager` now populates the process `ENV` from the loaded `.env` file by default [#723]. + +### New Features + +- `get_prs_between_tags` now accepts a `fail_on_error:` parameter. [#772] + ## 14.11.3 ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 4266e33f4..73dc591e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (14.11.3) + fastlane-plugin-wpmreleasetoolkit (15.0.0) buildkit (~> 1.5) chroma (= 0.2.0) diffy (~> 3.3) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index 45ad0546c..989e75ed3 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -3,6 +3,6 @@ module Fastlane module Wpmreleasetoolkit NAME = 'fastlane-plugin-wpmreleasetoolkit' - VERSION = '14.11.3' + VERSION = '15.0.0' end end