File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +17
-5
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.1.0
24
+
25
+ ### New Features
26
+
13
27
* Add the option for ` an_localize_libs ` to provide a ` source_id ` for each library being merged.
14
28
If provided, that identifier will be added as an ` a8c-src-lib ` XML attribute to the ` <string> ` nodes being updated with strings from said library.
15
29
This can be useful to help identify where each string come from in the resulting, merged ` strings.xml ` . [ #351 ]
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (4.0 .0 )
4
+ fastlane-plugin-wpmreleasetoolkit (4.1 .0 )
5
5
activesupport (~> 5 )
6
6
bigdecimal (~> 1.4 )
7
7
buildkit (~> 1.5 )
270
270
method_source (0.9.2 )
271
271
mini_magick (4.11.0 )
272
272
mini_mime (1.1.2 )
273
- mini_portile2 (2.8.0 )
274
273
minitest (5.14.4 )
275
274
molinillo (0.8.0 )
276
275
multi_json (1.15.0 )
280
279
naturally (2.2.1 )
281
280
netrc (0.11.0 )
282
281
no_proxy_fix (0.1.2 )
283
- nokogiri (1.13.3 )
284
- mini_portile2 (~> 2.8.0 )
282
+ nokogiri (1.13.3-x86_64-darwin )
285
283
racc (~> 1.4 )
286
284
octokit (4.21.0 )
287
285
faraday (>= 0.9 )
Original file line number Diff line number Diff line change 1
1
module Fastlane
2
2
module Wpmreleasetoolkit
3
- VERSION = '4.0 .0'
3
+ VERSION = '4.1 .0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments