Skip to content

Commit ee03eb9

Browse files
authored
Release 12.1.0 into trunk (#593)
2 parents 4b9b665 + 5f18715 commit ee03eb9

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module Wpmreleasetoolkit
5-
VERSION = '12.0.0'
5+
VERSION = '12.1.0'
66
end
77
end

0 commit comments

Comments
 (0)