Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,25 @@ _None_

### New Features

- `ios_generate_strings_file_from_code` now accepts an `output_encoding:` optional parameter. [#591]
This is typically useful if you prefer your generated files to be UTF-8 rather than the default UTF-16 that `genstrings` is using.
_None_

### Bug Fixes

_None_

### Internal Changes

_None_

## 12.1.0

### New Features

- `ios_generate_strings_file_from_code` now accepts an `output_encoding:` optional parameter. [#591]
This is typically useful if you prefer your generated files to be UTF-8 rather than the default UTF-16 that `genstrings` is using.

### Internal Changes

- Added the handling of remote to `GitHelper::point_to_same_commit?` [#590]

## 12.0.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fastlane-plugin-wpmreleasetoolkit (12.0.0)
fastlane-plugin-wpmreleasetoolkit (12.1.0)
activesupport (>= 6.1.7.1)
buildkit (~> 1.5)
chroma (= 0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/wpmreleasetoolkit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Fastlane
module Wpmreleasetoolkit
VERSION = '12.0.0'
VERSION = '12.1.0'
end
end