File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
` Pageboy ` adheres to [ Semantic Versioning] ( https://semver.org/ ) .
4
4
5
5
#### 4.x Releases
6
+ - ` 4.2.x ` Releases - [ 4.2.0] ( #420 )
6
7
- ` 4.1.x ` Releases - [ 4.1.0] ( #410 )
7
8
- ` 4.0.x ` Releases - [ 4.0.0] ( #400 ) | [ 4.0.1] ( #401 ) | [ 4.0.2] ( #402 )
8
9
@@ -36,6 +37,14 @@ All notable changes to this project will be documented in this file.
36
37
- ` 0.4.x ` Releases - [ 0.4.0] ( #040 ) | [ 0.4.1] ( #041 ) | [ 0.4.2] ( #042 ) | [ 0.4.3] ( #043 ) | [ 0.4.4] ( #044 ) | [ 0.4.5] ( #045 ) | [ 0.4.6] ( #046 ) | [ 0.4.7] ( #047 ) | [ 0.4.8] ( #048 ) | [ 0.4.9] ( #049 ) | [ 0.4.10] ( #0410 ) | [ 0.4.11] ( #0411 ) | [ 0.4.12] ( #0412 )
37
38
38
39
---
40
+ ## [ 4.2.0] ( https://github.com/uias/Pageboy/releases/tag/4.2.0 )
41
+ Released on 2024-04-14
42
+
43
+ #### Updated
44
+ - Downgraded SPM Swift requirement to Swift 5.7 (Xcode 14).
45
+
46
+ ---
47
+
39
48
## [ 4.1.0] ( https://github.com/uias/Pageboy/releases/tag/4.1.0 )
40
49
Released on 2024-04-06
41
50
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
9
10
10
s . requires_arc = true
11
11
12
- s . version = "4.1 .0"
12
+ s . version = "4.2 .0"
13
13
s . summary = "A simple, highly informative page view controller."
14
14
s . description = <<-DESC
15
15
A page view controller that provides simplified data source management, enhanced delegation and other useful features.
Original file line number Diff line number Diff line change 1
- PB_VERSION=4.1 .0
1
+ PB_VERSION=4.2 .0
2
2
3
3
PB_IOS_DEPLOYMENT_TARGET=12.0
4
4
PB_TVOS_DEPLOYMENT_TARGET=12.0
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ Pageboy is compatible with [Swift Package Manager](https://swift.org/package-man
35
35
### CocoaPods
36
36
Pageboy is also available through [ CocoaPods] ( https://cocoapods.org ) :
37
37
``` ruby
38
- pod ' Pageboy' , ' ~> 4.0 '
38
+ pod ' Pageboy' , ' ~> 4.2 '
39
39
```
40
40
41
41
### Carthage
42
42
Pageboy is also available through [ Carthage] ( https://github.com/Carthage/Carthage ) :
43
43
``` ogdl
44
- github "uias/Pageboy" ~> 4.0
44
+ github "uias/Pageboy" ~> 4.2
45
45
```
46
46
47
47
## 🚀 Usage
You can’t perform that action at this time.
0 commit comments