File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ _None_
10
10
11
11
### New Features
12
12
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
+
13
27
- Adds ` AppVersion ` and ` BuildCode ` models that can be used by version actions. [ #512 ]
14
28
- Adds version calculator and formatter classes that can be used with the ` AppVersion ` and ` BuildCode ` models. [ #512 ]
15
29
- Adds methods for writing values to ` xcconfig ` files using the ` Xcodeproj ` gem. [ #512 ]
@@ -22,14 +36,6 @@ _None_
22
36
but it will be removed in a future major release. [ #513 ]
23
37
- Added ` copy_branch_protection ` action to replicate the branch protection settings of one branch onto another. [ #513 ]
24
38
25
- ### Bug Fixes
26
-
27
- _ None_
28
-
29
- ### Internal Changes
30
-
31
- _ None_
32
-
33
39
## 9.0.1
34
40
35
41
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (9.0.1 )
4
+ fastlane-plugin-wpmreleasetoolkit (9.1.0 )
5
5
activesupport (>= 6.1.7.1 )
6
6
buildkit (~> 1.5 )
7
7
chroma (= 0.2.0 )
Original file line number Diff line number Diff line change 2
2
3
3
module Fastlane
4
4
module Wpmreleasetoolkit
5
- VERSION = '9.0.1 '
5
+ VERSION = '9.1.0 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments