Skip to content

Commit f6cb41a

Browse files
Bumped to version 9.1.0
1 parent d050d84 commit f6cb41a

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ _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]
1428
- Adds version calculator and formatter classes that can be used with the `AppVersion` and `BuildCode` models. [#512]
1529
- Adds methods for writing values to `xcconfig` files using the `Xcodeproj` gem. [#512]
@@ -22,14 +36,6 @@ _None_
2236
but it will be removed in a future major release. [#513]
2337
- Added `copy_branch_protection` action to replicate the branch protection settings of one branch onto another. [#513]
2438

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

3541
### 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)