Skip to content

Commit

Permalink
Update version to beta21
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Jun 2, 2016
1 parent 0494b00 commit 686c3e9
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-beta21

- Support for @Embedded types
- Support 'is' prefix for boolean getters
- Support compile time validation of many-to-one & one-to-many mapping
- Fix possible Constraint violation in One-to-Many insert
- Fix invalid UUID conversion
- Fix query/update of a relational field that is also used as a key

## 1.0.0-beta20

- Fix possible StackOverflow in One-to-Many insert
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-beta20'
compile 'io.requery:requery-android:1.0.0-beta20' // for android
apt 'io.requery:requery-processor:1.0.0-beta20' // use an APT plugin
compile 'io.requery:requery:1.0.0-beta21'
compile 'io.requery:requery-android:1.0.0-beta21' // for android
apt 'io.requery:requery-processor:1.0.0-beta21' // 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-beta20'
version = '1.0.0-beta21'
description = 'A light but powerful object mapper and SQL generator for Java/Android'

Properties properties = new Properties()
Expand Down

0 comments on commit 686c3e9

Please sign in to comment.