Skip to content

Commit

Permalink
Update version to beta18
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed May 8, 2016
1 parent 1e2eaff commit 542432b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
Change Log
==========

## 1.0.0-beta18

- Support relational type changes in rx toSelfObservable
- Fix @Entity.name not taking effect for the generated class name
- Fix cascading upsert for relational entities
- Fix entity state listeners not add from @Superclass types
- Fix annotations only looked up when added directly from the annotation processor
- Fix Type.singleKeyAttribute not available until keyAttributes was called

## 1.0.0-beta17

- Support @OrderBy annotation for ordering relations in entities
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -282,9 +282,9 @@ repositories {
}
dependencies {
compile 'io.requery:requery:1.0.0-beta17'
compile 'io.requery:requery-android:1.0.0-beta17' // for android
apt 'io.requery:requery-processor:1.0.0-beta17' // use an APT plugin
compile 'io.requery:requery:1.0.0-beta18'
compile 'io.requery:requery-android:1.0.0-beta18' // for android
apt 'io.requery:requery-processor:1.0.0-beta18' // use an APT plugin
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -26,7 +26,7 @@ idea {
}

group = 'io.requery'
version = '1.0.0-beta17'
version = '1.0.0-beta18'
description = 'A light but powerful object mapper and SQL generator for Java/Android'

Properties properties = new Properties()
Expand Down

0 comments on commit 542432b

Please sign in to comment.