Skip to content

Commit

Permalink
Release 0.5.0 (#48)
Browse files Browse the repository at this point in the history
Release 0.5.0 and update documentation with new requirements
  • Loading branch information
johnhammerlund authored Sep 21, 2017
1 parent e0812dd commit a524c5d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
4.0
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Master

#### Breaking
- None

#### Enhancements
- None

#### Bug Fixes
- None

## 0.5.0

#### Breaking
- Minimum language version is now Swift 4
- `OAuth2Token` protocol no longer inherits from `NSCoding`, removes `isValid`
Expand Down
2 changes: 1 addition & 1 deletion Conduit.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = '0.4.1'
$version = '0.5.0'

Pod::Spec.new do |spec|
spec.name = 'Conduit'
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ Within each session, requests are sent through a serial [pipeline](https://en.wi
## Requirements
- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Xcode 8.1+
- Swift 3
| Conduit Version | Swift Version |
|------------------|---------------|
| 0.4.x | 3.x |
| 0.5.x+ | 4.0 |

## Installation

Expand Down

0 comments on commit a524c5d

Please sign in to comment.