File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,28 @@ _None_
10
10
11
11
### New Features
12
12
13
- * The ` ios_lint_localizations ` action now also checks for duplicated keys in the ` .strings ` files.
14
- The behavior is optional via the ` check_duplicate_keys ` parameter and enabled by default. [ #360 ]
15
-
16
13
_ None_
17
14
18
15
### Bug Fixes
19
16
20
- * Update GlotPress ` export-translations ` requests to avoid rate limiting. [ #361 ] [ #362 ]
21
- * Fix bugs with the shell command in ` promo_screenshots_helper ` . [ #366 ]
17
+ _ None_
22
18
23
19
### Internal Changes
24
20
25
21
_ None_
26
22
23
+ ## 4.2.0
24
+
25
+ ### New Features
26
+
27
+ * The ` ios_lint_localizations ` action now also checks for duplicated keys in the ` .strings ` files.
28
+ The behavior is optional via the ` check_duplicate_keys ` parameter and enabled by default. [ #360 ]
29
+
30
+ ### Bug Fixes
31
+
32
+ * Update GlotPress ` export-translations ` requests to avoid rate limiting. [ #361 ] [ #362 ]
33
+ * Fix bugs with the shell command in ` promo_screenshots_helper ` . [ #366 ]
34
+
27
35
## 4.1.0
28
36
29
37
### 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