From cc8ca4725a1c59899bf11dad0dd1ea82571810e1 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Sat, 17 Feb 2024 12:49:00 +0100 Subject: [PATCH] Release v3.3.0 --- CHANGELOG.md | 6 ++++++ Parchment.podspec.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7112a..699f723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ `Parchment` adheres to [Semantic Versioning](http://semver.org/). +## [3.3.0](https://github.com/rechsteiner/Parchment/compare/v3.2.1...v3.3.0) - 2024-02-17 + +- Set minimum deployment target to iOS 12 #699 +- Add privacy manifest file #695 +- Update Swift version to 5.9 #700 + ## [3.2.1](https://github.com/rechsteiner/Parchment/compare/v3.2.0...v3.2.1) - 2023-03-07 ### Fixes diff --git a/Parchment.podspec.json b/Parchment.podspec.json index 9607390..af1473b 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "name": "Parchment", - "version": "3.2.1", + "version": "3.3.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.", @@ -11,7 +11,7 @@ "social_media_url": "http://twitter.com/rechsteiner", "source": { "git": "https://github.com/rechsteiner/Parchment.git", - "tag": "v3.2.1" + "tag": "v3.3.0" }, "platforms": { "ios": "12.0"