Skip to content

Commit 9c413d3

Browse files
committed
Version bump.
1 parent 112cf45 commit 9c413d3

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 = "3.4.0"
3+
s.version = "3.5.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33

44
Current master
55
--------------
6+
7+
- Nothing yet!
8+
9+
3.5.0
10+
-----
11+
612
- Add convenience initializer with work factories returning `PrimitiveSequence` or any other `ObservableConvertibleType` [#125](https://github.com/RxSwiftCommunity/Action/pull/125)
713
- Introduce `CompletableAction`, a typealias for action that only completes without emitting any elements [#125](https://github.com/RxSwiftCommunity/Action/pull/125)
814

0 commit comments

Comments
 (0)