From be0c1f6f1964cfb07f9d819b0863f2c3f255f612 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Sun, 14 Apr 2024 11:39:11 +0200 Subject: [PATCH] Update CHANGELOG Bump version to 4.2.0 --- CHANGELOG.md | 9 +++++++++ Pageboy.podspec | 2 +- Pageboy.xcconfig | 2 +- README.md | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da9a5e1..f5bdde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `Pageboy` adheres to [Semantic Versioning](https://semver.org/). #### 4.x Releases +- `4.2.x` Releases - [4.2.0](#420) - `4.1.x` Releases - [4.1.0](#410) - `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401) | [4.0.2](#402) @@ -36,6 +37,14 @@ All notable changes to this project will be documented in this file. - `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) --- +## [4.2.0](https://github.com/uias/Pageboy/releases/tag/4.2.0) +Released on 2024-04-14 + +#### Updated +- Downgraded SPM Swift requirement to Swift 5.7 (Xcode 14). + +--- + ## [4.1.0](https://github.com/uias/Pageboy/releases/tag/4.1.0) Released on 2024-04-06 diff --git a/Pageboy.podspec b/Pageboy.podspec index 210abed..431694e 100644 --- a/Pageboy.podspec +++ b/Pageboy.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.version = "4.1.0" + s.version = "4.2.0" s.summary = "A simple, highly informative page view controller." s.description = <<-DESC A page view controller that provides simplified data source management, enhanced delegation and other useful features. diff --git a/Pageboy.xcconfig b/Pageboy.xcconfig index e0edce9..364363e 100644 --- a/Pageboy.xcconfig +++ b/Pageboy.xcconfig @@ -1,4 +1,4 @@ -PB_VERSION=4.1.0 +PB_VERSION=4.2.0 PB_IOS_DEPLOYMENT_TARGET=12.0 PB_TVOS_DEPLOYMENT_TARGET=12.0 diff --git a/README.md b/README.md index c41fc98..2df5b80 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,13 @@ Pageboy is compatible with [Swift Package Manager](https://swift.org/package-man ### CocoaPods Pageboy is also available through [CocoaPods](https://cocoapods.org): ```ruby -pod 'Pageboy', '~> 4.0' +pod 'Pageboy', '~> 4.2' ``` ### Carthage Pageboy is also available through [Carthage](https://github.com/Carthage/Carthage): ```ogdl -github "uias/Pageboy" ~> 4.0 +github "uias/Pageboy" ~> 4.2 ``` ## 🚀 Usage