Skip to content

Commit cfb37f3

Browse files
committed
Bumped to version 3.0.0
1 parent c198441 commit cfb37f3

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,34 @@
66

77
### Breaking Changes
88

9-
* Removes the `drawText` binary from the gem (instead depending on it being installed via `brew`). Because this update can not be safely applied with no side effects, it's considered a breaking change.
9+
_None_
1010

1111
### New Features
1212

13-
* Introduce new `ios_merge_strings_files` action. [#329]
14-
* Introduce new `buildkite_trigger_build` action. [#333]
15-
* Introduce new `ios_download_strings_files_from_glotpress` action. [#331]
13+
_None_
1614

1715
### Bug Fixes
1816

1917
_None_
2018

2119
### Internal Changes
2220

21+
_None_
22+
23+
## 3.0.0
24+
25+
### Breaking Changes
26+
27+
* Removes the `drawText` binary from the gem (instead depending on it being installed via `brew`). Because this update can not be safely applied with no side effects, it's considered a breaking change.
28+
29+
### New Features
30+
31+
* Introduce new `ios_merge_strings_files` action. [#329]
32+
* Introduce new `buildkite_trigger_build` action. [#333]
33+
* Introduce new `ios_download_strings_files_from_glotpress` action. [#331]
34+
35+
### Internal Changes
36+
2337
* Ensure that the `gem push` step only runs on CI if lint, test and danger steps passed before it. [#325]
2438
* Rename internal `Ios::L10nHelper` to `Ios::L10nLinterHelper`. [#328]
2539
* Provide new `run_described_fastlane_action` to run Fastlane actions more thoroughly in unit tests [#330]

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 (2.3.0)
4+
fastlane-plugin-wpmreleasetoolkit (3.0.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.4)
@@ -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.6.1)
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.12.5)
284-
mini_portile2 (~> 2.6.1)
282+
nokogiri (1.12.5-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 = '2.3.0'
3+
VERSION = '3.0.0'
44
end
55
end

0 commit comments

Comments
 (0)