Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Update Result dependency, set version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomvis committed Sep 30, 2017
1 parent 1cb1fe0 commit 8659746
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BrightFutures.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrightFutures'
s.version = '6.0.0-beta.1'
s.version = '6.0.0'
s.license = 'MIT'
s.summary = 'Write great asynchronous code in Swift using futures and promises'
s.homepage = 'https://github.com/Thomvis/BrightFutures'
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.source_files = 'Sources/BrightFutures/*.swift'

s.dependency 'Result', '~> 3.2'
s.dependency 'Result', '~> 3.2.4'

s.requires_arc = true

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# 6.0.0
Adds support for Swift 4 and Xcode 9

# 5.2.0
Adds support for Swift 3.1 and Xcode 8.3

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
@@ -1 +1 @@
github "antitypical/Result" ~> 3.2
github "antitypical/Result" ~> 3.2.4
2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1 +1 @@
github "antitypical/Result" "3.2.3"
github "antitypical/Result" "3.2.4"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Result
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -13,9 +13,7 @@ The stability of BrightFutures has been proven through extensive use in producti
## Latest news
[![Join the chat at https://gitter.im/Thomvis/BrightFutures](https://badges.gitter.im/Thomvis/BrightFutures.svg)](https://gitter.im/Thomvis/BrightFutures?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Travis CI build status badge](https://travis-ci.org/Thomvis/BrightFutures.svg?branch=master)](https://travis-ci.org/Thomvis/BrightFutures) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![CocoaPods version](https://img.shields.io/cocoapods/v/BrightFutures.svg)](https://cocoapods.org/pods/BrightFutures) [![CocoaPods](https://img.shields.io/cocoapods/metrics/doc-percent/BrightFutures.svg?maxAge=2592000)](http://cocoadocs.org/docsets/BrightFutures)

BrightFutures 5.0 is now available! This update adds Swift 3 compatibility and contains breaking changes that are in line with the syntax changes between Swift 2 and 3. Please check the [Migration guide](Documentation/Migration_5.0.md) for help on how to migrate your project to BrightFutures 5.0.

There are plans beyond 5.0 to do a more thorough rewrite in which the approach on error handling will be reevaluated and the Swift 3 API naming guidelines are better applied.
BrightFutures 6.0 is now available! This update adds Swift 4 compatibility and contains breaking changes that are in line with the syntax changes between Swift 3 and 4.

## Installation
### [CocoaPods](http://cocoapods.org/)
Expand Down

0 comments on commit 8659746

Please sign in to comment.