Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Feb 5, 2019
1 parent 9b0a165 commit a4c06bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Action.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Action"
s.version = "3.9.1"
s.version = "3.10.0"
s.summary = "Abstracts actions to be performed in RxSwift."
s.description = <<-DESC
Encapsulates an action to be performed, usually by a button press, but also useful to pass actions to execute later
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Changelog
Current master
--------------

- Nothing yet!

# 3.10.0

- Adding syntax sugar `execute()` method on `Action` when `Input` is `Void`. [#171](https://github.com/RxSwiftCommunity/Action/pull/171)
- Raises minimum watchOS deployment target to 3.0, to match RxSwift.

3.9.1
-----
Expand Down

0 comments on commit a4c06bc

Please sign in to comment.