Skip to content

Commit 35cb317

Browse files
committed
Bumped to version 1.4.0
1 parent ebe98e8 commit 35cb317

File tree

3 files changed

+29
-9
lines changed

3 files changed

+29
-9
lines changed

CHANGELOG.md

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

1111
### New Features
1212

13-
* Add option to skip updating `Deliverfile` when creating a new hotfix version (`ios_bump_version_hotfix`) [#287]
13+
_None_
1414

1515
### Bug Fixes
1616

17-
* Fixes a bug that was breaking the `promo_screenshots` helper [#276]
18-
* Fix crashes in actions dealing with hotfixes. [#288]
17+
_None_
1918

2019
### Internal Changes
2120

2221
_None_
2322

23+
## 1.4.0
24+
25+
### New Features
26+
27+
* Add option to skip updating `Deliverfile` when creating a new hotfix version (`ios_bump_version_hotfix`) [#287]
28+
29+
### Bug Fixes
30+
31+
* Fixes a bug that was breaking the `promo_screenshots` helper [#276]
32+
* Fix crashes in actions dealing with hotfixes. [#288]
33+
2434
## 1.3.1
2535

2636
### Bug Fixes

Gemfile.lock

Lines changed: 15 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 (1.3.1)
4+
fastlane-plugin-wpmreleasetoolkit (1.4.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
chroma (= 0.2.0)
@@ -122,6 +122,7 @@ GEM
122122
danger
123123
rubocop (~> 1.0)
124124
declarative (0.0.20)
125+
diff-lcs (1.4.4)
125126
diffy (3.4.0)
126127
digest-crc (0.6.3)
127128
rake (>= 12.0.0, < 14.0.0)
@@ -259,7 +260,6 @@ GEM
259260
method_source (0.9.2)
260261
mini_magick (4.11.0)
261262
mini_mime (1.1.0)
262-
mini_portile2 (2.5.3)
263263
minitest (5.14.4)
264264
molinillo (0.6.6)
265265
multi_json (1.15.0)
@@ -269,8 +269,7 @@ GEM
269269
naturally (2.2.1)
270270
netrc (0.11.0)
271271
no_proxy_fix (0.1.2)
272-
nokogiri (1.11.7)
273-
mini_portile2 (~> 2.5.0)
272+
nokogiri (1.11.7-x86_64-darwin)
274273
racc (~> 1.4)
275274
octokit (4.21.0)
276275
faraday (>= 0.9)
@@ -306,8 +305,18 @@ GEM
306305
rexml (3.2.5)
307306
rmagick (4.2.2)
308307
rouge (2.0.7)
308+
rspec (3.10.0)
309+
rspec-core (~> 3.10.0)
310+
rspec-expectations (~> 3.10.0)
311+
rspec-mocks (~> 3.10.0)
309312
rspec-core (3.10.1)
310313
rspec-support (~> 3.10.0)
314+
rspec-expectations (3.10.1)
315+
diff-lcs (>= 1.2.0, < 2.0)
316+
rspec-support (~> 3.10.0)
317+
rspec-mocks (3.10.2)
318+
diff-lcs (>= 1.2.0, < 2.0)
319+
rspec-support (~> 3.10.0)
311320
rspec-support (3.10.2)
312321
rspec_junit_formatter (0.4.1)
313322
rspec-core (>= 2, < 4, != 2.12.0)
@@ -396,6 +405,7 @@ DEPENDENCIES
396405
fastlane-plugin-wpmreleasetoolkit!
397406
pry (~> 0.12.2)
398407
rmagick (~> 4.1)
408+
rspec
399409
rspec_junit_formatter (~> 0.4.1)
400410
rubocop (~> 1.0)
401411
rubocop-require_tools (~> 0.1.2)
@@ -405,4 +415,4 @@ DEPENDENCIES
405415
yard
406416

407417
BUNDLED WITH
408-
2.2.23
418+
2.2.24
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 = '1.3.1'
3+
VERSION = '1.4.0'
44
end
55
end

0 commit comments

Comments
 (0)