Skip to content

Commit 03abd24

Browse files
authored
Merge pull request #393 from wordpress-mobile/release/5.2.0
Release 5.2.0 into trunk
2 parents 13d9995 + a667d41 commit 03abd24

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

.bundle/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
BUNDLE_PATH: "vendor/bundle"
3+
BUNDLE_FORCE_RUBY_PLATFORM: "true"
34
BUNDLE_SPECIFIC_PLATFORM: "false"
45
BUNDLE_JOBS: "16"

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,27 @@ _None_
1010

1111
### New Features
1212

13-
- Add `tools:ignore="InconsistentArrays"` to `available_languages.xml` to avoid a linter warning on repos hosting multiple app flavors. [#390]
14-
- Add the ability to provide a custom message for builds triggered via `buildkite_trigger_build` action [#392]
13+
_None_
1514

1615
### Bug Fixes
17-
* Fixes milestones being compared as strings instead of integers in `github_helper.get_last_milestone` [#391]
1816

1917
_None_
2018

2119
### Internal Changes
2220

2321
_None_
2422

23+
## 5.2.0
24+
25+
### New Features
26+
27+
- Add `tools:ignore="InconsistentArrays"` to `available_languages.xml` to avoid a linter warning on repos hosting multiple app flavors. [#390]
28+
- Add the ability to provide a custom message for builds triggered via `buildkite_trigger_build` action [#392]
29+
30+
### Bug Fixes
31+
32+
* Fixes milestones being compared as strings instead of integers in `github_helper.get_last_milestone` [#391]
33+
2534
## 5.1.0
2635

2736
### New Features

Gemfile.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (5.1.0)
4+
fastlane-plugin-wpmreleasetoolkit (5.2.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
@@ -272,7 +272,6 @@ GEM
272272
method_source (0.9.2)
273273
mini_magick (4.11.0)
274274
mini_mime (1.1.2)
275-
mini_portile2 (2.8.0)
276275
minitest (5.14.4)
277276
molinillo (0.8.0)
278277
multi_json (1.15.0)
@@ -282,8 +281,7 @@ GEM
282281
naturally (2.2.1)
283282
netrc (0.11.0)
284283
no_proxy_fix (0.1.2)
285-
nokogiri (1.13.7)
286-
mini_portile2 (~> 2.8.0)
284+
nokogiri (1.13.7-arm64-darwin)
287285
racc (~> 1.4)
288286
octokit (4.21.0)
289287
faraday (>= 0.9)
@@ -438,4 +436,4 @@ DEPENDENCIES
438436
yard
439437

440438
BUNDLED WITH
441-
2.3.18
439+
2.3.19
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 = '5.1.0'
3+
VERSION = '5.2.0'
44
end
55
end

0 commit comments

Comments
 (0)