File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
33` Pageboy ` adheres to [ Semantic Versioning] ( https://semver.org/ ) .
44
55#### 4.x Releases
6+ - ` 4.2.x ` Releases - [ 4.2.0] ( #420 )
67- ` 4.1.x ` Releases - [ 4.1.0] ( #410 )
78- ` 4.0.x ` Releases - [ 4.0.0] ( #400 ) | [ 4.0.1] ( #401 ) | [ 4.0.2] ( #402 )
89
@@ -36,6 +37,14 @@ All notable changes to this project will be documented in this file.
3637- ` 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 )
3738
3839---
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+
3948## [ 4.1.0] ( https://github.com/uias/Pageboy/releases/tag/4.1.0 )
4049Released on 2024-04-06
4150
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
1010 s . requires_arc = true
1111
12- s . version = "4.1 .0"
12+ s . version = "4.2 .0"
1313 s . summary = "A simple, highly informative page view controller."
1414 s . description = <<-DESC
1515 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
22
33PB_IOS_DEPLOYMENT_TARGET=12.0
44PB_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
3535### CocoaPods
3636Pageboy is also available through [ CocoaPods] ( https://cocoapods.org ) :
3737``` ruby
38- pod ' Pageboy' , ' ~> 4.0 '
38+ pod ' Pageboy' , ' ~> 4.2 '
3939```
4040
4141### Carthage
4242Pageboy is also available through [ Carthage] ( https://github.com/Carthage/Carthage ) :
4343``` ogdl
44- github "uias/Pageboy" ~> 4.0
44+ github "uias/Pageboy" ~> 4.2
4545```
4646
4747## 🚀 Usage
You can’t perform that action at this time.
0 commit comments