Skip to content

Commit 33c7644

Browse files
committed
Bumped to version 4.1.0
1 parent fa05bce commit 33c7644

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ _None_
1010

1111
### New Features
1212

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+
1327
* Add the option for `an_localize_libs` to provide a `source_id` for each library being merged.
1428
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.
1529
This can be useful to help identify where each string come from in the resulting, merged `strings.xml`. [#351]

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (4.0.0)
4+
fastlane-plugin-wpmreleasetoolkit (4.1.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
@@ -270,7 +270,6 @@ GEM
270270
method_source (0.9.2)
271271
mini_magick (4.11.0)
272272
mini_mime (1.1.2)
273-
mini_portile2 (2.8.0)
274273
minitest (5.14.4)
275274
molinillo (0.8.0)
276275
multi_json (1.15.0)
@@ -280,8 +279,7 @@ GEM
280279
naturally (2.2.1)
281280
netrc (0.11.0)
282281
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)
285283
racc (~> 1.4)
286284
octokit (4.21.0)
287285
faraday (>= 0.9)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module Wpmreleasetoolkit
3-
VERSION = '4.0.0'
3+
VERSION = '4.1.0'
44
end
55
end

0 commit comments

Comments
 (0)