Skip to content

Commit a4c06bc

Browse files
committed
Version bump.
1 parent 9b0a165 commit a4c06bc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Action.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Action"
3-
s.version = "3.9.1"
3+
s.version = "3.10.0"
44
s.summary = "Abstracts actions to be performed in RxSwift."
55
s.description = <<-DESC
66
Encapsulates an action to be performed, usually by a button press, but also useful to pass actions to execute later

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ Changelog
55
Current master
66
--------------
77

8+
- Nothing yet!
9+
10+
# 3.10.0
11+
812
- Adding syntax sugar `execute()` method on `Action` when `Input` is `Void`. [#171](https://github.com/RxSwiftCommunity/Action/pull/171)
13+
- Raises minimum watchOS deployment target to 3.0, to match RxSwift.
914

1015
3.9.1
1116
-----

0 commit comments

Comments
 (0)