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

Commit

Permalink
Merge pull request #185 from Thomvis/release/6.0.1
Browse files Browse the repository at this point in the history
Release 6.0.1
  • Loading branch information
Thomvis committed Mar 30, 2018
2 parents 3713f11 + 5e15b1d commit 53732cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BrightFutures.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrightFutures'
s.version = '6.0.0'
s.version = '6.0.1'
s.license = 'MIT'
s.summary = 'Write great asynchronous code in Swift using futures and promises'
s.homepage = 'https://github.com/Thomvis/BrightFutures'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 6.0.1
Adds support for Swift 4.1 and Xcode 9.3 (tested with beta 4).

- Workaround for [SR-7059](https://bugs.swift.org/browse/SR-7059)

# 6.0.0
Adds support for Swift 4 and Xcode 9

Expand Down

0 comments on commit 53732cf

Please sign in to comment.