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_
1010
1111### New Features
1212
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-
1613_ None_
1714
1815### Bug Fixes
1916
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_
2218
2319### Internal Changes
2420
2521_ None_
2622
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+
2735## 4.1.0
2836
2937### New Features
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- fastlane-plugin-wpmreleasetoolkit (4.1 .0 )
4+ fastlane-plugin-wpmreleasetoolkit (4.2 .0 )
55 activesupport (~> 5 )
66 bigdecimal (~> 1.4 )
77 buildkit (~> 1.5 )
@@ -427,4 +427,4 @@ DEPENDENCIES
427427 yard
428428
429429BUNDLED WITH
430- 2.2.33
430+ 2.3.11
Original file line number Diff line number Diff line change 11module Fastlane
22 module Wpmreleasetoolkit
3- VERSION = '4.1 .0'
3+ VERSION = '4.2 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments