Skip to content

Commit a55c368

Browse files
authored
Release 12.5.0 into trunk (#635)
2 parents 8db36b1 + f6baa8e commit a55c368

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,24 @@ _None_
1010

1111
### New Features
1212

13-
- 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]
13+
_None_
1414

1515
### Bug Fixes
1616

1717
_None_
1818

1919
### Internal Changes
2020

21+
_None_
22+
23+
## 12.5.0
24+
25+
### New Features
26+
27+
- 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]
28+
29+
### Internal Changes
30+
2131
- 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]
2232

2333
## 12.4.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (12.4.0)
4+
fastlane-plugin-wpmreleasetoolkit (12.5.0)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module Wpmreleasetoolkit
5-
VERSION = '12.4.0'
5+
VERSION = '12.5.0'
66
end
77
end

0 commit comments

Comments
 (0)