Skip to content

Commit 73792aa

Browse files
chore: prepare 5.1.0 release (RMCCX-8306)
2 parents c808eb8 + a90b86e commit 73792aa

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
clean: true
22
author: Rakuten Group, Inc.
33
github_url: https://github.com/rakutentech/ios-sdkutils
4-
module_version: 5.0.0
4+
module_version: 5.1.0
55
module: RSDKUtils
66
xcodebuild_arguments:
77
- -workspace

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# **Changelog**
22

3-
#### 5.0.0 (2025-02-24)
3+
#### 5.1.0 (2025-02-05)
4+
- Version change to support spm
5+
6+
#### 5.0.0 (2025-02-04)
47
- Features:
58
- Update min iOS support version to iOS 14
69

RSDKUtils.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RSDKUtils"
3-
s.version = "5.0.0"
3+
s.version = "5.1.0"
44
s.authors = "Rakuten Ecosystem Mobile"
55
s.summary = "Rakuten's SDK Team internal utilities module."
66
s.homepage = "https://github.com/rakutentech/ios-sdkutils"

_versions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
4.1.0
88
4.2.0
99
4.3.0
10-
5.0.0
10+
5.0.0
11+
5.1.0

0 commit comments

Comments
 (0)