File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,25 @@ _None_
1010
1111### New Features
1212
13- - ` ios_generate_strings_file_from_code ` now accepts an ` output_encoding: ` optional parameter. [ #591 ]
14- This is typically useful if you prefer your generated files to be UTF-8 rather than the default UTF-16 that ` genstrings ` is using.
13+ _ None_
1514
1615### Bug Fixes
1716
1817_ None_
1918
2019### Internal Changes
2120
21+ _ None_
22+
23+ ## 12.1.0
24+
25+ ### New Features
26+
27+ - ` ios_generate_strings_file_from_code ` now accepts an ` output_encoding: ` optional parameter. [ #591 ]
28+ This is typically useful if you prefer your generated files to be UTF-8 rather than the default UTF-16 that ` genstrings ` is using.
29+
30+ ### Internal Changes
31+
2232- Added the handling of remote to ` GitHelper::point_to_same_commit? ` [ #590 ]
2333
2434## 12.0.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- fastlane-plugin-wpmreleasetoolkit (12.0 .0 )
4+ fastlane-plugin-wpmreleasetoolkit (12.1 .0 )
55 activesupport (>= 6.1.7.1 )
66 buildkit (~> 1.5 )
77 chroma (= 0.2.0 )
Original file line number Diff line number Diff line change 22
33module Fastlane
44 module Wpmreleasetoolkit
5- VERSION = '12.0 .0'
5+ VERSION = '12.1 .0'
66 end
77end
You can’t perform that action at this time.
0 commit comments