From 3e848781c7756accced855a6317a4c2ff5e8588b Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 4 Feb 2018 14:33:18 +0100 Subject: [PATCH] Release 4.1.2 --- CHANGELOG.md | 8 +++++++- RxBlocking.podspec | 2 +- RxBlocking/Info.plist | 2 +- RxCocoa.podspec | 2 +- RxCocoa/Info.plist | 2 +- RxSwift.podspec | 2 +- RxSwift/Info.plist | 2 +- RxTest.podspec | 2 +- RxTest/Info.plist | 2 +- 9 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fb050ae..c18c11c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ All notable changes to this project will be documented in this file. --- ## Master -* Replaces global timeless functions `next`, `error`, `completed` with `Recorded.next`, `Recorded.error`, `Recorded.completed` in **Tests**. #1537 +#### Anomalies + +## [4.1.2](https://github.com/ReactiveX/RxSwift/releases/tag/4.1.2) + +* Adds deprecation warner. #### Anomalies +* Fixes ambiguity issue with `Single.do(onNext:onError:onSubscribe:onSubscribed:onDispose:)` and `Single.do(onSuccess:onError:onSubscribe:onSubscribed:onDispose:)`. + ## [4.1.1](https://github.com/ReactiveX/RxSwift/releases/tag/4.1.1) #### Anomalies diff --git a/RxBlocking.podspec b/RxBlocking.podspec index baff454e4..aaf181008 100644 --- a/RxBlocking.podspec +++ b/RxBlocking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxBlocking" - s.version = "4.1.1" + s.version = "4.1.2" s.summary = "RxSwift Blocking operatos" s.description = <<-DESC Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests diff --git a/RxBlocking/Info.plist b/RxBlocking/Info.plist index 76d0c69e8..438715f90 100644 --- a/RxBlocking/Info.plist +++ b/RxBlocking/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.1 + 4.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 45ca5e178..c583e4177 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "4.1.1" + s.version = "4.1.2" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions diff --git a/RxCocoa/Info.plist b/RxCocoa/Info.plist index 76d0c69e8..438715f90 100644 --- a/RxCocoa/Info.plist +++ b/RxCocoa/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.1 + 4.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/RxSwift.podspec b/RxSwift.podspec index 1e9f91076..87caf95c6 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "4.1.1" + s.version = "4.1.2" s.summary = "RxSwift is a Swift implementation of Reactive Extensions" s.description = <<-DESC This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX) diff --git a/RxSwift/Info.plist b/RxSwift/Info.plist index 76d0c69e8..438715f90 100644 --- a/RxSwift/Info.plist +++ b/RxSwift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.1 + 4.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/RxTest.podspec b/RxTest.podspec index b7b779c5a..2065f583f 100644 --- a/RxTest.podspec +++ b/RxTest.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxTest" - s.version = "4.1.1" + s.version = "4.1.2" s.summary = "RxSwift Testing extensions" s.description = <<-DESC Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers diff --git a/RxTest/Info.plist b/RxTest/Info.plist index 76d0c69e8..438715f90 100644 --- a/RxTest/Info.plist +++ b/RxTest/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.1 + 4.1.2 CFBundleSignature ???? CFBundleVersion