Skip to content

Commit e35e094

Browse files
committed
Bumped to version 6.1.0
1 parent 431b1ed commit e35e094

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,28 @@ _None_
1010

1111
### New Features
1212

13-
- Allow `android_firebase_test` to not crash on failure, letting the caller do custom failure handling (e.g. Buildkite Annotations, etc) on their side. [#430]
14-
- `promo_screenshots` now checks that the fonts—referenced via `font-family` in all the stylesheets referenced in the config file—are installed before starting, and prompt to install them if they are not. This check is enabled by default now but can be disabled/skipped if it causes any issue. [#429]
15-
- `promo_screenshots` now supports config files to be written in `YAML` in addition to still supporting `JSON`. [#429]
13+
_None_
1614

1715
### Bug Fixes
1816

19-
- Fix deprecation warning in `RMagick` call used by `promo_screenshots` action. [#429]
17+
_None_
2018

2119
### Internal Changes
2220

2321
_None_
2422

23+
## 6.1.0
24+
25+
### New Features
26+
27+
- Allow `android_firebase_test` to not crash on failure, letting the caller do custom failure handling (e.g. Buildkite Annotations, etc) on their side. [#430]
28+
- `promo_screenshots` now checks that the fonts—referenced via `font-family` in all the stylesheets referenced in the config file—are installed before starting, and prompt to install them if they are not. This check is enabled by default now but can be disabled/skipped if it causes any issue. [#429]
29+
- `promo_screenshots` now supports config files to be written in `YAML` in addition to still supporting `JSON`. [#429]
30+
31+
### Bug Fixes
32+
33+
- Fix deprecation warning in `RMagick` call used by `promo_screenshots` action. [#429]
34+
2535
## 6.0.0
2636

2737
### Breaking Changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (6.0.0)
4+
fastlane-plugin-wpmreleasetoolkit (6.1.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
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 = '6.0.0'
3+
VERSION = '6.1.0'
44
end
55
end

0 commit comments

Comments
 (0)