Skip to content

Commit

Permalink
Bump version to 0.6.0, add release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Márton Braun <braunmarci@gmail.com>
  • Loading branch information
zsmb13 committed Mar 10, 2020
1 parent cd6d8c9 commit 08604a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.rainbowcake_version = '0.5.0'
ext.rainbowcake_version = '0.6.0'

ext.kotlin_version = '1.3.70'
ext.coroutines_version = '1.3.0'
Expand Down
13 changes: 13 additions & 0 deletions releases/0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# *0.6.0*

Fourteenth release of RainbowCake.

## What's new:

### Small stuff

- The reified `popUntil` extension used to return `Unit` instead of `Boolean`, which is what the original method returns to indicate if popping happened. Fixed!
- ViewModel instances are now set in `onAttach` instead of `onCreate`. Because there was no real reason to wait until `onCreate` to do this.
- `ViewModelProviders` has been deprecated, so now `ViewModelProvider` is being used directly.
- Version updates (Gradle 6.2.2, AGP 3.6.1, Kotlin 1.3.70).
- Revamped publishing setup for the libraries.

0 comments on commit 08604a2

Please sign in to comment.