Skip to content

Commit 30ce4b5

Browse files
committed
RxSwiftExt 3.4.0
1 parent 674ee1d commit 30ce4b5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
master
55
-----
6+
7+
Nothing yet!
8+
9+
3.4.0
10+
-----
611
- Fix `withUnretained` so it allows proper destructuring
712
- added `mapMany` operator
813
- added `toSortedArray` operator

RxSwiftExt.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 = "RxSwiftExt"
3-
s.version = "3.3.0"
3+
s.version = "3.4.0"
44
s.summary = "RxSwift operators not found in the core distribtion"
55
s.description = <<-DESC
66
A collection of operators for RxSwift adding commonly requested operations not found in the core distribution

0 commit comments

Comments
 (0)