File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 5.0.1] ( https://github.com/RxSwiftCommunity/RxViewModel/tree/5.0.1 ) (2017-08-15)
4
+ [ Full Changelog] ( https://github.com/RxSwiftCommunity/RxViewModel/compare/5.0.0...5.0.1 )
5
+
6
+ ** Merged pull requests:**
7
+
8
+ - Loosen RxSwift to ` ~> 3.5 ` instead of ` ~> 3.5.0 ` [ \# 55] ( https://github.com/RxSwiftCommunity/RxViewModel/pull/55 ) ([ freak4pc] ( https://github.com/freak4pc ) )
9
+
3
10
## [ 5.0.0] ( https://github.com/RxSwiftCommunity/RxViewModel/tree/5.0.0 ) (2017-07-25)
4
11
[ Full Changelog] ( https://github.com/RxSwiftCommunity/RxViewModel/compare/4.1.0...5.0.0 )
5
12
Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = "RxViewModel"
4
- s . version = "5.0.0 "
4
+ s . version = "5.0.1 "
5
5
s . summary = "`RxViewModel` is the marriage between `MVVM` and `Rx` extensions. A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`."
6
6
s . description = <<-DESC
7
7
`RxViewModel` is the marriage between `MVVM` and `Rx` extensions
You can’t perform that action at this time.
0 commit comments