Skip to content

Commit ca1d002

Browse files
committed
0.2.0 release.
1 parent 810eb0d commit ca1d002

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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 = "0.1.0"
3+
s.version = "0.2.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 UIButton press.

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ Changelog
44
Current master
55
--------------
66

7+
Nothing yet!
8+
9+
0.2.0
10+
-----
11+
712
- Added tvOS support to UIButton extension.
13+
- Changes `enabledIf` to accept `Observable<BooleanType>` instead of `Bool`.
814

915
0.1.0
1016
-----

0 commit comments

Comments
 (0)