diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8525d..1f2216d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Addedge +- None. +### Changed +- None. +### Deprecated +- None. +### Removed +- None. +### Fixed +- None. +### Security +- None. + + +## [2.8.0] ### Added - New `NSRange(_:in:)` initializer for converting from `Range` - New `sum` computed property on `Sequence` types like `Array` diff --git a/Frameworks/SupportingFiles/Info.plist b/Frameworks/SupportingFiles/Info.plist index 111577c..561d538 100644 --- a/Frameworks/SupportingFiles/Info.plist +++ b/Frameworks/SupportingFiles/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.7.1 + 2.8.0 CFBundleSignature ???? diff --git a/HandySwift.podspec b/HandySwift.podspec index b717f75..9d9dfdb 100644 --- a/HandySwift.podspec +++ b/HandySwift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "HandySwift" - s.version = "2.7.1 + s.version = "2.8.0 " s.summary = "Handy Swift features that didn't make it into the Swift standard library" diff --git a/HandySwift.xcodeproj/project.pbxproj b/HandySwift.xcodeproj/project.pbxproj index e31bf4d..fd7e324 100644 --- a/HandySwift.xcodeproj/project.pbxproj +++ b/HandySwift.xcodeproj/project.pbxproj @@ -435,7 +435,6 @@ 825EFDC71C3333B000558497 /* Headers */, 825EFDC81C3333B000558497 /* Resources */, 82F967F51C67A69A0003F12A /* SwiftLint */, - 82EB7878215B9EE30042E0FD /* ProjLint */, ); buildRules = ( ); @@ -473,7 +472,6 @@ 825EFDE61C33351200558497 /* Headers */, 825EFDE71C33351200558497 /* Resources */, 82F967F61C67A6A80003F12A /* SwiftLint */, - 82EB7879215B9EF10042E0FD /* ProjLint */, ); buildRules = ( ); @@ -606,42 +604,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 82EB7878215B9EE30042E0FD /* ProjLint */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = ProjLint; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n if which projlint > /dev/null; then\n projlint lint --xcode --timeout 2 --ignore-network-errors\n else\n echo \"warning: ProjLint not installed, download it from https://github.com/JamitLabs/ProjLint\"\n fi\nfi\n"; - }; - 82EB7879215B9EF10042E0FD /* ProjLint */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = ProjLint; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n if which projlint > /dev/null; then\n projlint lint --xcode --timeout 2 --ignore-network-errors\n else\n echo \"warning: ProjLint not installed, download it from https://github.com/JamitLabs/ProjLint\"\n fi\nfi\n"; - }; 82F967F41C67A68A0003F12A /* SwiftLint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; diff --git a/README.md b/README.md index ba7a8e1..3abe2e3 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ alt="Codebeat Status"> - Version: 2.7.1
+             alt=