File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ _None_
10
10
11
11
### New Features
12
12
13
+ _ None_
14
+
15
+ ### Bug Fixes
16
+
17
+ _ None_
18
+
19
+ ### Internal Changes
20
+
21
+ _ None_
22
+
23
+ ## 4.2.0
24
+
25
+ ### New Features
26
+
13
27
* The ` ios_lint_localizations ` action now also checks for duplicated keys in the ` .strings ` files.
14
28
The behavior is optional via the ` check_duplicate_keys ` parameter and enabled by default. [ #360 ]
15
29
@@ -20,10 +34,6 @@ _None_
20
34
* Update GlotPress ` export-translations ` requests to avoid rate limiting. [ #361 ] [ #362 ]
21
35
* Fix bugs with the shell command in ` promo_screenshots_helper ` . [ #366 ]
22
36
23
- ### Internal Changes
24
-
25
- _ None_
26
-
27
37
## 4.1.0
28
38
29
39
### New Features
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (4.1 .0 )
4
+ fastlane-plugin-wpmreleasetoolkit (4.2 .0 )
5
5
activesupport (~> 5 )
6
6
bigdecimal (~> 1.4 )
7
7
buildkit (~> 1.5 )
@@ -427,4 +427,4 @@ DEPENDENCIES
427
427
yard
428
428
429
429
BUNDLED WITH
430
- 2.2.33
430
+ 2.3.11
Original file line number Diff line number Diff line change 1
1
module Fastlane
2
2
module Wpmreleasetoolkit
3
- VERSION = '4.1 .0'
3
+ VERSION = '4.2 .0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments