Skip to content

Commit

Permalink
Update version to 1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Jul 21, 2016
1 parent 69f913f commit 98204c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

## 1.0.0-rc2

- Support custom function calls on expressions in generated sql
- Support @Superclass on interface entity types
- Fix @Transient property not generated when using an interface entity type
- Fix @JunctionTable.type() error during processing
- Fix @JunctionTable custom column referencedColumn not used

## 1.0.0-rc1

- Kotlin module
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ repositories {
}
dependencies {
compile 'io.requery:requery:1.0.0-rc1'
compile 'io.requery:requery-android:1.0.0-rc1' // for android
apt 'io.requery:requery-processor:1.0.0-rc1' // use an APT plugin
compile 'io.requery:requery:1.0.0-rc2'
compile 'io.requery:requery-android:1.0.0-rc2' // for android
apt 'io.requery:requery-processor:1.0.0-rc2' // use an APT plugin
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ idea {
}

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

Properties properties = new Properties()
Expand Down

0 comments on commit 98204c2

Please sign in to comment.