Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #72 from trello/dlew/prep-1.0
Browse files Browse the repository at this point in the history
Prepare 1.0 release
  • Loading branch information
dlew authored Oct 31, 2016
2 parents 7b00398 + 16a687a commit 9cbdf54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0 (2016-08-09)

First and (hopefully) final release of 1.x branch!

This release marks the start of maintenance mode for RxJava 1 support. Future work will be devoted
to supporting RxJava 2. Important bugs may be squashed but new features will have to be
extraordinarily compelling in order to be added.

## 0.2.2 (2016-08-09)

* [#62](https://github.com/trello/navi/pull/62) Added `Event.POST_CREATE` and `Event.POST_CREATE_PERSISTABLE`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RxNavi.observe(naviComponent, Event.CREATE)
## Installation

```gradle
compile 'com.trello:navi:0.2.2'
compile 'com.trello:navi:1.0'
```

## License
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.2.2-SNAPSHOT
VERSION_CODE=7
VERSION_NAME=1.0-SNAPSHOT
VERSION_CODE=8

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

0 comments on commit 9cbdf54

Please sign in to comment.