From f6baa8e5e5ec2a7b89092d8e78c3ff60a876c640 Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Wed, 19 Feb 2025 14:41:46 +0100 Subject: [PATCH] Bumped to version 12.5.0 --- CHANGELOG.md | 12 +++++++++++- Gemfile.lock | 2 +- lib/fastlane/plugin/wpmreleasetoolkit/version.rb | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56e2944a..81721ae32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ _None_ ### New Features -- The `ios_lint_localizations` action now accepts a `fail_on_strings_not_in_base_language` parameter (defaulting to `true`) to control whether to report violations when finding strings in translations that are not present in the base language. [#631] +_None_ ### Bug Fixes @@ -18,6 +18,16 @@ _None_ ### Internal Changes +_None_ + +## 12.5.0 + +### New Features + +- The `ios_lint_localizations` action now accepts a `fail_on_strings_not_in_base_language` parameter (defaulting to `true`) to control whether to report violations when finding strings in translations that are not present in the base language. [#631] + +### Internal Changes + - The library now uses immutable literals, via `# frozen_strings_literal: true`. This may result in runtime issues that we will address ASAP once discovered [#626] ## 12.4.0 diff --git a/Gemfile.lock b/Gemfile.lock index 4df6e5f9a..e8a98b693 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (12.4.0) + fastlane-plugin-wpmreleasetoolkit (12.5.0) activesupport (>= 6.1.7.1) buildkit (~> 1.5) chroma (= 0.2.0) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index dd85120a9..1924d2eb4 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -2,6 +2,6 @@ module Fastlane module Wpmreleasetoolkit - VERSION = '12.4.0' + VERSION = '12.5.0' end end