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

Commit

Permalink
Bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomvis committed Mar 28, 2019
1 parent 987df6a commit 89b84b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = '7.0.0'
s.version = '7.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 All @@ -19,5 +19,5 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.swift_version = '4.2'
end
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 7.0.1
- Updates Result dependency to 4.1 compatible versions. ([https://github.com/Thomvis/BrightFutures/pull/203](#203), thanks [https://github.com/Jeroenbb94](Jeroenbb94)!)
- Fixes an issue related to the threadDictionary on Linux ([https://github.com/Thomvis/BrightFutures/pull/204](#204), thanks [https://github.com/jgh-](jgh-)!)

# 7.0.0
Adds support for Swift 4.2 and Xcode 10.

Expand Down

0 comments on commit 89b84b9

Please sign in to comment.