Skip to content

Commit de13a99

Browse files
author
Daniel Novak
committed
Bump version to 0.4.1
1 parent 9c34da1 commit de13a99

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
@@ -1,3 +1,8 @@
1+
## 0.4.1(2016-01-22)
2+
3+
- Added ViewModelBaseEmptyActivity - which you can extend in case you don't need a ViewModel in your activity (but your fragments have ViewModels).
4+
- Added a sanity check if setModelView() was called - an error will be logged in case you forget to call it.
5+
16
## 0.4.0(2016-01-19)
27

38
- The ViewModel instances are now kept within the Activity (onRetainCustomNonConfigurationInstance). All ViewModels in the activity (including fragment ViewModels) will be cleared if you leave the activity.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.4.0
20+
VERSION_NAME=0.4.1

0 commit comments

Comments
 (0)