Skip to content

Commit c818d07

Browse files
authored
Merge pull request #733 from rechsteiner/release
Release v4.1.0
2 parents c3aab6d + eaf53bc commit c818d07

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
`Parchment` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.1.0](https://github.com/rechsteiner/Parchment/compare/v4.0.0...v4.1.0) - 2024-09-29
6+
7+
### Changes
8+
9+
- Enable Swift 6 mode #723
10+
511
## [4.0.0](https://github.com/rechsteiner/Parchment/compare/v3.4.0...v4.0.0) - 2024-05-25
612

713
Version 4.0 introduced a new and improved API for PageView in SwiftUI. Each page can now show define their own menu items, which can be any SwiftUI view. The new API also supports result builders, which allows you to easily setup your PageView.

Parchment.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "Parchment",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"license": "MIT",
55
"summary": "A flexible paging menu controller with support for infinite data sources.",
66
"description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.",
77
"homepage": "https://github.com/rechsteiner/Parchment",
88
"authors": "Martin Rechsteiner",
99
"source": {
1010
"git": "https://github.com/rechsteiner/Parchment.git",
11-
"tag": "v4.0.0"
11+
"tag": "v4.1.0"
1212
},
1313
"swift_version": "5.10",
1414
"platforms": {

0 commit comments

Comments
 (0)