From eaf53bc47e91ccff37d36dbb2475c83f24d3c049 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Sun, 29 Sep 2024 17:10:39 +0200 Subject: [PATCH] Release v4.1.0 --- CHANGELOG.md | 6 ++++++ Parchment.podspec.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1921a79..97bf0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Parchment.podspec.json b/Parchment.podspec.json index fc2180d..542edeb 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "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.", @@ -8,7 +8,7 @@ "authors": "Martin Rechsteiner", "source": { "git": "https://github.com/rechsteiner/Parchment.git", - "tag": "v4.0.0" + "tag": "v4.1.0" }, "swift_version": "5.10", "platforms": {