Skip to content

Commit

Permalink
Merge pull request #153 from trello/dlew/0.8.0
Browse files Browse the repository at this point in the history
Prepare v0.8.0 release
  • Loading branch information
dlew authored Sep 19, 2016
2 parents 14321f9 + 37ae15c commit 6d86c59
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.8.0 (2016-09-19)

- [#152](https://github.com/trello/RxLifecycle/pull/152): Support RxJava 1.2.0.

This change is not backwards compatible with RxJava 1.1.x, so if you want to continue
receiving updates for RxLifecycle you will eventually need to upgrade to RxJava 1.2.x.

## 0.7.0 (2016-08-24)

There are a couple major breaking changes in this release, so read carefully.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ the `Subscription` yourself and call `unsubscribe()` when appropriate.
## Installation

```gradle
compile 'com.trello:rxlifecycle:0.7.0'
compile 'com.trello:rxlifecycle:0.8.0'
// If you want to bind to Android-specific lifecycles
compile 'com.trello:rxlifecycle-android:0.7.0'
compile 'com.trello:rxlifecycle-android:0.8.0'
// If you want pre-written Activities and Fragments you can subclass as providers
compile 'com.trello:rxlifecycle-components:0.7.0'
compile 'com.trello:rxlifecycle-components:0.8.0'
// If you want to use Navi for providers
compile 'com.trello:rxlifecycle-navi:0.7.0'
compile 'com.trello:rxlifecycle-navi:0.8.0'
// If you want to use Kotlin syntax
compile 'com.trello:rxlifecycle-kotlin:0.7.0'
compile 'com.trello:rxlifecycle-kotlin:0.8.0'
```

## Related Libraries
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.trello
VERSION_NAME=0.7.0-SNAPSHOT
VERSION_CODE=9
VERSION_NAME=0.8.0-SNAPSHOT
VERSION_CODE=10

POM_URL=https://github.com/trello/RxLifecycle
POM_SCM_URL=https://github.com/trello/RxLifecycle
Expand Down

0 comments on commit 6d86c59

Please sign in to comment.