Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Bump version to 4.2.0
  • Loading branch information
msaps committed Apr 14, 2024
1 parent 87205a4 commit be0c1f6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Pageboy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Pageboy.xcconfig
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be0c1f6

Please sign in to comment.