From f290a1da838ead1d39dd043fb742948da08951f2 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Tue, 15 Dec 2020 21:02:13 +0100 Subject: [PATCH] Release v3.0.1 --- CHANGELOG.md | 7 +++++++ Parchment.podspec.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc25d438..c0c7ec0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ `Parchment` adheres to [Semantic Versioning](http://semver.org/). +## [3.0.1](https://github.com/rechsteiner/Parchment/compare/v3.0.0...v3.0.1) - 2020-12-15 + +### Fixes + +* Fix layout issue in PageViewController #543 +* Fix crash when using UIColor(patternImage:) #544 + ## [3.0.0](https://github.com/rechsteiner/Parchment/compare/v2.4.0...v3.0.0) - 2020-12-03 ### Changes diff --git a/Parchment.podspec.json b/Parchment.podspec.json index 025381ae..9602b96c 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "name": "Parchment", - "version": "3.0.0", + "version": "3.0.1", "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.0.0" + "tag": "v3.0.1" }, "platforms": { "ios": "8.2"