From 2260221e19eb024382a1b20cdd2c8adc4f48f8b8 Mon Sep 17 00:00:00 2001 From: Anders Ha Date: Tue, 29 Sep 2020 19:00:35 +0100 Subject: [PATCH] 6.4.0 --- CHANGELOG.md | 1 + ReactiveSwift.podspec | 2 +- Sources/Info.plist | 2 +- Tests/ReactiveSwiftTests/Info.plist | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf639c026..f2964926a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master *Please add new entries at the top.* +# 6.4.0 1. Bump min. deployment target to iOS 9 when using swift packages to silence Xcode 12 warnings. Update Quick & Nibmle to the latest version when using swift packages. 1. Fix a debug assertion in `Lock.try()` that could be raised in earlier OS versions (< iOS 10.0, < macOS 10.12). (#747, #788) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 1466e660a..f2f1ec619 100644 --- a/ReactiveSwift.podspec +++ b/ReactiveSwift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReactiveSwift" # Version goes here and will be used to access the git tag later on, once we have a first release. - s.version = "6.3.0" + s.version = "6.4.0" s.summary = "Streams of values over time" s.description = <<-DESC ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time. diff --git a/Sources/Info.plist b/Sources/Info.plist index 8c0dd115c..3ab527bb7 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.3.0 + 6.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/ReactiveSwiftTests/Info.plist b/Tests/ReactiveSwiftTests/Info.plist index 22c7140ad..b0674b78f 100644 --- a/Tests/ReactiveSwiftTests/Info.plist +++ b/Tests/ReactiveSwiftTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 6.3.0 + 6.4.0 CFBundleSignature ???? CFBundleVersion