From e3add783fda798d849ec406f1a99b995417bedc4 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Sat, 19 May 2018 15:19:58 +0200 Subject: [PATCH] Release v1.3.0 --- CHANGELOG.md | 11 +++++++++++ Parchment.podspec.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4285058..7ddd3d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ `Parchment` adheres to [Semantic Versioning](http://semver.org/). +## [1.3.0](https://github.com/rechsteiner/Parchment/compare/v1.2.0...v1.3.0) - 2018-05-19 + +### Changes + +* Add version checks to support Swift >=3.2 #190, #184 + +### Fixes + +* Fix issue with indicator/border class was not registered #191 +* Fix issue with reloading data when view controllers did not change #201 + ## [1.2.0](https://github.com/rechsteiner/Parchment/compare/v1.1.0...v1.2.0) - 2018-04-15 ### Changes diff --git a/Parchment.podspec.json b/Parchment.podspec.json index 2c7e7eaa..cde2dc86 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "name": "Parchment", - "version": "1.2.0", + "version": "1.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": "v1.2.0" + "tag": "v1.3.0" }, "platforms": { "ios": "8.2"