Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rechsteiner committed Sep 29, 2024
1 parent c3aab6d commit eaf53bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [4.1.0](https://github.com/rechsteiner/Parchment/compare/v4.0.0...v4.1.0) - 2024-09-29

### Changes

- Enable Swift 6 mode #723

## [4.0.0](https://github.com/rechsteiner/Parchment/compare/v3.4.0...v4.0.0) - 2024-05-25

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.
Expand Down
4 changes: 2 additions & 2 deletions Parchment.podspec.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Parchment",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"summary": "A flexible paging menu controller with support for infinite data sources.",
"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.",
"homepage": "https://github.com/rechsteiner/Parchment",
"authors": "Martin Rechsteiner",
"source": {
"git": "https://github.com/rechsteiner/Parchment.git",
"tag": "v4.0.0"
"tag": "v4.1.0"
},
"swift_version": "5.10",
"platforms": {
Expand Down

0 comments on commit eaf53bc

Please sign in to comment.