File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1010
1111### New Features
1212
13- - Add the possibility to configure in ` DerivedBuildCodeFormatter ` a versioning prefix instead of always defaulting to 1. [ #656 ]
14- - Add configurable number of digits in version components in ` DerivedBuildCodeFormatter ` . [ #657 ]
13+ _ None_
1514
1615### Bug Fixes
1716
@@ -21,6 +20,13 @@ _None_
2120
2221_ None_
2322
23+ ## 13.4.0
24+
25+ ### New Features
26+
27+ - Add the possibility to configure in ` DerivedBuildCodeFormatter ` a versioning prefix instead of always defaulting to 1. [ #656 ]
28+ - Add configurable number of digits in version components in ` DerivedBuildCodeFormatter ` . [ #657 ]
29+
2430## 13.3.1
2531
2632### Bug Fixes
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- fastlane-plugin-wpmreleasetoolkit (13.3.1 )
4+ fastlane-plugin-wpmreleasetoolkit (13.4.0 )
55 activesupport (>= 6.1.7.1 )
66 buildkit (~> 1.5 )
77 chroma (= 0.2.0 )
Original file line number Diff line number Diff line change 22
33module Fastlane
44 module Wpmreleasetoolkit
5- VERSION = '13.3.1 '
5+ VERSION = '13.4.0 '
66 end
77end
You can’t perform that action at this time.
0 commit comments