diff --git a/Bolts.podspec b/Bolts.podspec index d64a41d5a..6feee252d 100644 --- a/Bolts.podspec +++ b/Bolts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Bolts' - s.version = '1.5.1' + s.version = '1.6.0' s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.' s.description = <<-DESC Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to others. Using these libraries does not require using any Parse services. Nor do they require having a Parse or Facebook developer account. diff --git a/Bolts.xcodeproj/project.pbxproj b/Bolts.xcodeproj/project.pbxproj index d57f0c1e0..10be67057 100644 --- a/Bolts.xcodeproj/project.pbxproj +++ b/Bolts.xcodeproj/project.pbxproj @@ -968,7 +968,7 @@ 8E9C3CE117DE9DE000427E62 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0720; + LastUpgradeCheck = 0730; ORGANIZATIONNAME = "Parse Inc."; TargetAttributes = { 8E8C8F1817F241DA00E3F1C7 = { diff --git a/Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-OSX.xcscheme b/Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-OSX.xcscheme index 9feb57e26..8278e8e32 100644 --- a/Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-OSX.xcscheme +++ b/Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-OSX.xcscheme @@ -1,6 +1,6 @@ + buildForAnalyzing = "YES" + hideIssues = "NO"> + buildForAnalyzing = "YES" + hideIssues = "NO"> + buildForAnalyzing = "YES" + hideIssues = "NO"> + buildForAnalyzing = "YES" + hideIssues = "NO"> + buildForAnalyzing = "YES" + hideIssues = "NO"> + buildForAnalyzing = "YES" + hideIssues = "NO"> + buildForAnalyzing = "YES" + hideIssues = "NO"> + buildForAnalyzing = "YES" + hideIssues = "NO"> CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.1 + 1.6.0 CFBundleSignature ???? CFBundleVersion - 1.5.1 + 1.6.0 NSPrincipalClass diff --git a/Bolts/Resources/iOS-Info.plist b/Bolts/Resources/iOS-Info.plist index 131581a4e..40fc0dd7b 100644 --- a/Bolts/Resources/iOS-Info.plist +++ b/Bolts/Resources/iOS-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.1 + 1.6.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.5.1 + 1.6.0 MinimumOSVersion 6.0 diff --git a/Bolts/Resources/tvOS-Info.plist b/Bolts/Resources/tvOS-Info.plist index 123a516bd..aeeb4aa6a 100644 --- a/Bolts/Resources/tvOS-Info.plist +++ b/Bolts/Resources/tvOS-Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.1 + 1.6.0 CFBundleSignature ???? CFBundleVersion - 1.5.1 + 1.6.0 NSPrincipalClass diff --git a/Bolts/Resources/watchOS-Info.plist b/Bolts/Resources/watchOS-Info.plist index 123a516bd..aeeb4aa6a 100644 --- a/Bolts/Resources/watchOS-Info.plist +++ b/Bolts/Resources/watchOS-Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.1 + 1.6.0 CFBundleSignature ???? CFBundleVersion - 1.5.1 + 1.6.0 NSPrincipalClass diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a2b6811..d93997dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Bolts CHANGELOG +## 1.6.0 + +**New** +- Bolts now requires Xcode 7.0+. + [#212](https://github.com/BoltsFramework/Bolts-iOS/pull/212) + by @nlutsenko + +**Improved** +- Specify generic type for `BFTask.+taskForCompletionofAllTasks*()`. + [#217](https://github.com/BoltsFramework/Bolts-iOS/pull/217) + by @nlutsenko +- Remove `nonnull` requirement for return type from the block of `BFTas,+taskFromExecutor(_ , block:)`. + [#218](https://github.com/BoltsFramework/Bolts-iOS/pull/218) + by @nlutsenko + +**Fixed** +- Fixed compiler warnings on Xcode 7.3. + [#216](https://github.com/BoltsFramework/Bolts-iOS/pull/216) + by @nlutsenko + ## 1.5.1 **New**