Skip to content

Commit be0c1f6

Browse files
committed
Update CHANGELOG
Bump version to 4.2.0
1 parent 87205a4 commit be0c1f6

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
4049
Released on 2024-04-06
4150

Pageboy.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

Pageboy.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PB_VERSION=4.1.0
1+
PB_VERSION=4.2.0
22

33
PB_IOS_DEPLOYMENT_TARGET=12.0
44
PB_TVOS_DEPLOYMENT_TARGET=12.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Pageboy is compatible with [Swift Package Manager](https://swift.org/package-man
3535
### CocoaPods
3636
Pageboy is also available through [CocoaPods](https://cocoapods.org):
3737
```ruby
38-
pod 'Pageboy', '~> 4.0'
38+
pod 'Pageboy', '~> 4.2'
3939
```
4040

4141
### Carthage
4242
Pageboy 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

0 commit comments

Comments
 (0)