Skip to content

Commit dee0caf

Browse files
authored
Release 14.3.0 into trunk (#708)
2 parents 4d560e1 + e355bae commit dee0caf

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ _None_
1414

1515
### Bug Fixes
1616

17-
- Added optional `next_version` parameter to `android_update_release_notes` and `ios_update_release_notes` actions, allowing callers to provide the next version directly instead of relying on the built-in calculator that assumes minor version caps at 9. This fixes incorrect version bumps (e.g., 8.9 → 9.0 instead of 8.10) for apps using semantic versioning. [#706]
17+
_None_
1818

1919
### Internal Changes
2020

2121
_None_
2222

23+
## 14.3.0
24+
25+
### New Features
26+
27+
- Added optional `next_version` parameter to `android_update_release_notes` and `ios_update_release_notes` actions, allowing callers to provide the next version directly instead of relying on the built-in calculator that assumes minor version caps at 9. This fixes incorrect version bumps (e.g., 8.9 → 9.0 instead of 8.10) for apps using semantic versioning. [#706]
28+
2329
## 14.2.0
2430

2531
### New Features

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 (14.2.0)
4+
fastlane-plugin-wpmreleasetoolkit (14.3.0)
55
activesupport (>= 6.1.7.1, < 8)
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
@@ -3,6 +3,6 @@
33
module Fastlane
44
module Wpmreleasetoolkit
55
NAME = 'fastlane-plugin-wpmreleasetoolkit'
6-
VERSION = '14.2.0'
6+
VERSION = '14.3.0'
77
end
88
end

0 commit comments

Comments
 (0)