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

Commit 53732cf

Browse files
authored
Merge pull request #185 from Thomvis/release/6.0.1
Release 6.0.1
2 parents 3713f11 + 5e15b1d commit 53732cf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

BrightFutures.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BrightFutures'
3-
s.version = '6.0.0'
3+
s.version = '6.0.1'
44
s.license = 'MIT'
55
s.summary = 'Write great asynchronous code in Swift using futures and promises'
66
s.homepage = 'https://github.com/Thomvis/BrightFutures'

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 6.0.1
2+
Adds support for Swift 4.1 and Xcode 9.3 (tested with beta 4).
3+
4+
- Workaround for [SR-7059](https://bugs.swift.org/browse/SR-7059)
5+
16
# 6.0.0
27
Adds support for Swift 4 and Xcode 9
38

0 commit comments

Comments
 (0)