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

Commit 89b84b9

Browse files
committed
Bump version & update changelog
1 parent 987df6a commit 89b84b9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

BrightFutures.podspec

Lines changed: 2 additions & 2 deletions
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 = '7.0.0'
3+
s.version = '7.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'
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919

2020
s.requires_arc = true
2121

22-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
22+
s.swift_version = '4.2'
2323
end

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.0.1
2+
- Updates Result dependency to 4.1 compatible versions. ([https://github.com/Thomvis/BrightFutures/pull/203](#203), thanks [https://github.com/Jeroenbb94](Jeroenbb94)!)
3+
- Fixes an issue related to the threadDictionary on Linux ([https://github.com/Thomvis/BrightFutures/pull/204](#204), thanks [https://github.com/jgh-](jgh-)!)
4+
15
# 7.0.0
26
Adds support for Swift 4.2 and Xcode 10.
37

0 commit comments

Comments
 (0)