Skip to content

Commit 99a42e2

Browse files
Merge pull request #515 from wordpress-mobile/release/9.1.0
Release 9.1.0 into trunk
2 parents d050d84 + 5ff516c commit 99a42e2

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,22 @@ _None_
1010

1111
### New Features
1212

13+
_None_
14+
15+
### Bug Fixes
16+
17+
_None_
18+
19+
### Internal Changes
20+
21+
_None_
22+
23+
## 9.1.0
24+
25+
### New Features
26+
1327
- Adds `AppVersion` and `BuildCode` models that can be used by version actions. [#512]
14-
- Adds version calculator and formatter classes that can be used with the `AppVersion` and `BuildCode` models. [#512]
15-
- Adds methods for writing values to `xcconfig` files using the `Xcodeproj` gem. [#512]
28+
- Adds calculator and formatter classes that can be used with the `AppVersion` and `BuildCode` models. [#512]
1629
- Renamed `addbranchprotection` to `set_branch_protection`, and allow it to provide additional optional protection
1730
settings to set/update on the target branch (like `lock_branch`, `required_ci_checks`, etc).
1831
The `addbranchprotection` action name still exists for backward compatibility for now (with a deprecation notice),
@@ -22,14 +35,6 @@ _None_
2235
but it will be removed in a future major release. [#513]
2336
- Added `copy_branch_protection` action to replicate the branch protection settings of one branch onto another. [#513]
2437

25-
### Bug Fixes
26-
27-
_None_
28-
29-
### Internal Changes
30-
31-
_None_
32-
3338
## 9.0.1
3439

3540
### Bug Fixes

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 (9.0.1)
4+
fastlane-plugin-wpmreleasetoolkit (9.1.0)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module Wpmreleasetoolkit
5-
VERSION = '9.0.1'
5+
VERSION = '9.1.0'
66
end
77
end

0 commit comments

Comments
 (0)