Skip to content

Commit

Permalink
Release 12.1.0 into trunk (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware authored Sep 12, 2024
2 parents 4b9b665 + 5f18715 commit ee03eb9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
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

0 comments on commit ee03eb9

Please sign in to comment.