From 4f6eb60a48c1d2cf5a27fce7d3a16afa4ecc3c4d Mon Sep 17 00:00:00 2001 From: Yassir Barchi Date: Sat, 29 Sep 2018 13:02:52 +0200 Subject: [PATCH] Bump version to 3.1.0 --- CHANGELOG.md | 8 +++++++- CollectionViewSlantedLayout.podspec | 2 +- CollectionViewSlantedLayout.xcodeproj/project.pbxproj | 4 ++-- README.md | 2 +- Sources/Info.plist | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 972baf3..131dda7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # CollectionViewSlantedLayout CHANGELOG -## 3.x.x (mm/dd/2018) +## 3.1.0 (09/29/2018) * Updates to build specs with Xcode10 / Swift 4.2 +* Fixes Identifier Name Violation #20 +* Improves the performances by using the cache effectively #23 +* Fixes SwiftLint errors & warnings +* Removes the deprecated `isFistCellExcluded` property +* Refactor mask calculation #26 +* Others minor enhancements ## 3.0.1 (01/04/2018) diff --git a/CollectionViewSlantedLayout.podspec b/CollectionViewSlantedLayout.podspec index ddbea64..37d813c 100644 --- a/CollectionViewSlantedLayout.podspec +++ b/CollectionViewSlantedLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CollectionViewSlantedLayout" - s.version = "3.0.1" + s.version = "3.1.0" s.summary = "UICollectionViewLayout allowing the display of slanted content on UICollectionView" s.description = <<-DESC diff --git a/CollectionViewSlantedLayout.xcodeproj/project.pbxproj b/CollectionViewSlantedLayout.xcodeproj/project.pbxproj index 31a7bbe..d8d78f1 100644 --- a/CollectionViewSlantedLayout.xcodeproj/project.pbxproj +++ b/CollectionViewSlantedLayout.xcodeproj/project.pbxproj @@ -429,7 +429,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 3.0.1; + DYLIB_CURRENT_VERSION = 3.1.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -450,7 +450,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 3.0.1; + DYLIB_CURRENT_VERSION = 3.1.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/README.md b/README.md index cc33e3b..8c4ebc6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ it, simply add the following line to your Podfile: ```ruby use_frameworks! -pod 'CollectionViewSlantedLayout', '~> 3.0' +pod 'CollectionViewSlantedLayout', '~> 3.1' ``` ### Carthage diff --git a/Sources/Info.plist b/Sources/Info.plist index e3baa0c..8087e1b 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.1 + 3.1.0 CFBundleSignature ???? CFBundleVersion