From 816a1211a4125783008e216ef0ba4bc1c7514a39 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 27 Feb 2017 13:36:50 -0800 Subject: [PATCH] Bump version to v3.0.0 --- PMHTTP.podspec | 2 +- README.md | 10 ++++------ Sources/Info.plist | 2 +- Tests/Info.plist | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/PMHTTP.podspec b/PMHTTP.podspec index 4ca9ff7..7daffac 100644 --- a/PMHTTP.podspec +++ b/PMHTTP.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMHTTP" - s.version = "2.0.1" + s.version = "3.0.0" s.summary = "Swift/Obj-C HTTP framework with a focus on REST and JSON" s.description = <<-DESC diff --git a/README.md b/README.md index 2555296..813ed4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PMHTTP -[![Version](https://img.shields.io/badge/version-v2.0.1-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest) +[![Version](https://img.shields.io/badge/version-v3.0.0-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest) ![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20watchos%20%7C%20tvos-lightgrey.svg) ![Languages](https://img.shields.io/badge/languages-swift%20%7C%20objc-orange.svg) ![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg) @@ -366,7 +366,7 @@ After installation with any mechanism, you can use this by adding `import PMHTTP To install using [Carthage][], add the following to your Cartfile: ``` -github "postmates/PMHTTP" ~> 2.0 +github "postmates/PMHTTP" ~> 3.0 ``` This release supports Swift 3.0. For Swift 2.3 you can use @@ -379,7 +379,7 @@ github "postmates/PMHTTP" ~> 0.9.3 To install using [CocoaPods](https://cocoapods.org), add the following to your Podfile: ``` -pod "PMHTTP", "~> 2.0" +pod "PMHTTP", "~> 3.0" ``` This release supports Swift 3.0. For Swift 2.3 you can use: @@ -402,9 +402,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted ## Version History -#### Development - -**Note:** Breaking changes. Next release will be 3.0.0. +#### v3.0.0 (2017-02-27) * Preserve network task priority when retrying tasks. * Add convenience Obj-C function `PMHTTPErrorIsFailedResponse` to test PMHTTP errors easily. diff --git a/Sources/Info.plist b/Sources/Info.plist index 783e22e..e0f4bf7 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.1 + 3.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Info.plist b/Tests/Info.plist index 840b2c7..b75bb84 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.1 + 3.0.0 CFBundleSignature ???? CFBundleVersion