Skip to content

Commit 794ea18

Browse files
chore: prepare 5.0.0 release (RMCCX-8306)
2 parents 26045db + 9689cdb commit 794ea18

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
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: 4.2.0
4+
module_version: 5.0.0
55
module: RSDKUtils
66
xcodebuild_arguments:
77
- -workspace

CHANGELOG.md

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

3-
## Unreleased
3+
#### 5.0.0 (2025-02-24)
4+
- Features:
5+
- Update min iOS support version to iOS 14
6+
7+
#### 4.3.0 (2024-08-27)
8+
- Features:
9+
- Update Nimble version to 12.0 in pod file
410

511
#### 4.2.0 (2024-05-21)
612
- Features:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ RSDKUtils consists of 4 sub-modules:
1313
* *RLogger* - A tool for managing your log messages.
1414

1515
This module supports the following operating systems:
16-
* iOS 12.0 and above (including extension contexts)
16+
* iOS 14.0 and above (including extension contexts)
1717
* watchOS 6.0 and above
18-
* macOS 10.13 and above
18+
* macOS 12.5 and above
1919

20-
This module has been tested with iOS 12.0 and above.
20+
This module has been tested with iOS 14.0 and above.
2121

2222
# **Requirements**
2323

24-
Xcode 12.5.x or Xcode 13+
24+
Xcode 14+
2525

2626
Swift >= 5.4 is supported.
2727

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 = "4.2.0-sanpshot"
3+
s.version = "5.0.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
4.0.2
77
4.1.0
88
4.2.0
9+
4.3.0
10+
5.0.0

0 commit comments

Comments
 (0)