diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3e0bb0e..5fac85c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master *Please add new entries at the top.* +# 3.1.0-rc.1 1. Fixed a scenario of downstream interruptions being dropped. (#577, kudos to @andersio) Manual interruption of time shifted producers, including `delay`, `observe(on:)`, `throttle`, `debounce` and `lazyMap`, should discard outstanding events at best effort ASAP. @@ -21,7 +22,7 @@ Please note that, since ReactiveSwift 2.0, while the interruption is handled immediately, the `interrupted` event delivery is not synchronous — it generally respects the closest asynchronous operator applied, and delivers on that scheduler. -1. `concat` for `SignalProducer` now has an overload that accepts an error. +1. `SignalProducer.concat` now has an overload that accepts an error. (#564, kudos to @nmccann) 1. Fix some documentation errors (#560, kudos to @ikesyo) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 4ad9b9f73..c8b74459b 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 = "3.0.0" + s.version = "3.1.0-rc.1" 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 4cfbe42cc..9c6eca6cd 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/ReactiveSwiftTests/Info.plist b/Tests/ReactiveSwiftTests/Info.plist index b75bb84e1..412820751 100644 --- a/Tests/ReactiveSwiftTests/Info.plist +++ b/Tests/ReactiveSwiftTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.0.0 + 3.1.0 CFBundleSignature ???? CFBundleVersion