From c90bdee732f760dd8b927e2f3fdad07694197e72 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Sun, 15 Apr 2018 14:58:03 +0200 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 14 ++++++++++++++ Parchment.podspec.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2bd030..b4285058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ `Parchment` adheres to [Semantic Versioning](http://semver.org/). +## [1.2.0](https://github.com/rechsteiner/Parchment/compare/v1.1.0...v1.2.0) - 2018-04-15 + +### Changes + +* Upgrade to Swift 4.1 #171 +* Prevent unnecessary view controller initializations #160 + +### Fixes + +* Fix issues with reloading data #157 +* Fix issue with clearing all items in page view controller (a5759ba) +* Fix issue where willScrollToItem delegate was not called #173 +* Fix layout bug with cell heights when using width delegate #155 + ## [1.1.0](https://github.com/rechsteiner/Parchment/compare/v1.0.3...v1.1.0) - 2018-03-25 ### Added diff --git a/Parchment.podspec.json b/Parchment.podspec.json index e2b1787b..2c7e7eaa 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "name": "Parchment", - "version": "1.1.0", + "version": "1.2.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.1.0" + "tag": "v1.2.0" }, "platforms": { "ios": "8.2"