Skip to content

Commit 7232426

Browse files
committed
RxViewModel 5.0.1
1 parent c93de7a commit 7232426

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## [5.0.0](https://github.com/RxSwiftCommunity/RxViewModel/tree/5.0.0) (2017-07-25)
411
[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/4.1.0...5.0.0)
512

RxViewModel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "RxViewModel"
4-
s.version = "5.0.0"
4+
s.version = "5.0.1"
55
s.summary = "`RxViewModel` is the marriage between `MVVM` and `Rx` extensions. A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`."
66
s.description = <<-DESC
77
`RxViewModel` is the marriage between `MVVM` and `Rx` extensions

0 commit comments

Comments
 (0)