Skip to content

Commit

Permalink
Release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Grosam committed May 18, 2014
1 parent 8527e5a commit c2109c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -606,4 +606,12 @@ autorelease pool.
- Merged Pull request.

- Added extension class method `allSettled:`.



## Version 0.13.1 beta (2014-05-18)

### Changes

- Class method `all:` and `allSettled:` now fulfill the returned promise with an empty `NSArray` if no promise are given, instead of rejecting the promise.

2 changes: 1 addition & 1 deletion RXPromise.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RXPromise"
s.version = "0.13.0"
s.version = "0.13.1"
s.summary = "A thread safe implementation of the Promises/A+ specification in Objective-C with extensions."
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.md'}
s.author = { "Andreas Grosam" => "agrosam@onlinehome.de" }
Expand Down

0 comments on commit c2109c3

Please sign in to comment.