Skip to content

Commit

Permalink
Bump version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Aug 21, 2016
1 parent c0e2c1c commit 2b70140
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 45 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# OHHTTPStubs — CHANGELOG

## Master
## [5.2.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/5.2.0)

* Added Swift 2.3/Xcode 8 support. This is compatible both Swift 2.2/Xcode 7.3 and Swift 2.3/Xcode 8.
[@ikesyo](https://github.com/ikesyo), [#184](https://github.com/AliSoftware/OHHTTPStubs/pull/184)
* Added Swift 3.0 support.
[@mxcl](https://github.com/mxcl), [@Liquidsoul](https://github.com/Liquidsoul), [#192](https://github.com/AliSoftware/OHHTTPStubs/pull/192)
* Set deployment targets at the project level to be used in a universal target.
[@ikesyo](https://github.com/ikesyo), [#185](https://github.com/AliSoftware/OHHTTPStubs/pull/185)
* Fix: Carthage support and Examples configurations.
[@Liquidsoul](https://github.com/Liquidsoul), [#190](https://github.com/AliSoftware/OHHTTPStubs/issues/190)
* Added Swift 3.0 support.
[@mxcl](https://github.com/mxcl), [@Liquidsoul](https://github.com/Liquidsoul), [#192](https://github.com/AliSoftware/OHHTTPStubs/pull/192)

## [5.1.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/5.1.0)

Expand Down
16 changes: 8 additions & 8 deletions Examples/ObjC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- OHHTTPStubs (5.1.0):
- OHHTTPStubs/Default (= 5.1.0)
- OHHTTPStubs/Core (5.1.0)
- OHHTTPStubs/Default (5.1.0):
- OHHTTPStubs (5.2.0):
- OHHTTPStubs/Default (= 5.2.0)
- OHHTTPStubs/Core (5.2.0)
- OHHTTPStubs/Default (5.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (5.1.0):
- OHHTTPStubs/JSON (5.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (5.1.0):
- OHHTTPStubs/NSURLSession (5.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (5.1.0)
- OHHTTPStubs/OHPathHelpers (5.2.0)

DEPENDENCIES:
- OHHTTPStubs (from `../..`)
Expand All @@ -21,7 +21,7 @@ EXTERNAL SOURCES:
:path: ../..

SPEC CHECKSUMS:
OHHTTPStubs: 592f74439d2d72615115cf99a954237a3fbe26e5
OHHTTPStubs: 29ae105797c3410112d10b217c8b7a55aab616b2

PODFILE CHECKSUM: 3b00a315b869401f03c1a7c408a9754a8e4c62d8

Expand Down
4 changes: 2 additions & 2 deletions Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Examples/ObjC/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Examples/Swift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- OHHTTPStubs (5.1.0):
- OHHTTPStubs/Default (= 5.1.0)
- OHHTTPStubs/Core (5.1.0)
- OHHTTPStubs/Default (5.1.0):
- OHHTTPStubs (5.2.0):
- OHHTTPStubs/Default (= 5.2.0)
- OHHTTPStubs/Core (5.2.0)
- OHHTTPStubs/Default (5.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (5.1.0):
- OHHTTPStubs/JSON (5.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (5.1.0):
- OHHTTPStubs/NSURLSession (5.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (5.1.0)
- OHHTTPStubs/Swift (5.1.0):
- OHHTTPStubs/OHPathHelpers (5.2.0)
- OHHTTPStubs/Swift (5.2.0):
- OHHTTPStubs/Core

DEPENDENCIES:
Expand All @@ -24,7 +24,7 @@ EXTERNAL SOURCES:
:path: ../..

SPEC CHECKSUMS:
OHHTTPStubs: 592f74439d2d72615115cf99a954237a3fbe26e5
OHHTTPStubs: 29ae105797c3410112d10b217c8b7a55aab616b2

PODFILE CHECKSUM: 7da7c441ea9ff6f06b633c908b7a7294805f5602

Expand Down
4 changes: 2 additions & 2 deletions Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Examples/Swift/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OHHTTPStubs.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "OHHTTPStubs"
s.version = "5.1.0"
s.version = "5.2.0"

s.summary = "Framework to stub your network requests like HTTP and help you write network unit tests with XCTest."
s.description = <<-DESC.gsub(/^ +\|/,'')
Expand Down
4 changes: 2 additions & 2 deletions OHHTTPStubs/OHHTTPStubs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 5.1.0;
CURRENT_PROJECT_VERSION = 5.2.0;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1344,7 +1344,7 @@
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 5.1.0;
CURRENT_PROJECT_VERSION = 5.2.0;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ _(There are also other ways to perform a similar task, including using `curl -is

_[Nullability annotations](https://developer.apple.com/swift/blog/?id=25) have also been added to the ObjC API to allow a cleaner API when used from Swift even if you don't use the dediated Swift API wrapper provided by `OHHTTPStubsSwift.swift`._

> Note: When building with Swift 2.2, you will have some `extraneous '_' in parameter` warnings. Those are normal: it's because the code is already ready for the transition to Swift 3 — which requires those `_` in paramters while Swift 2.2 didn't.
> You can safely ignore those warnings in Swift 2.2. See [SE-0046](https://github.com/apple/swift-evolution/blob/master/proposals/0046-first-label.md) for more info.
# Installing in your projects

Expand Down

0 comments on commit 2b70140

Please sign in to comment.