Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Sep 29, 2016
1 parent 46adfdd commit 4c152f8
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

- Support for RxJava 2.0
- Support update on specific attributes
- Support insert with default values
- Support Kotlin 1.0.4
- Fix Android mapping support for BigDecimal
- Fix cascading Many-to-Many inserts

## 1.0.0-rc4

- Fix compilation of certain queries under Java 8
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -290,9 +290,9 @@ repositories {
}
dependencies {
compile 'io.requery:requery:1.0.0-rc4'
compile 'io.requery:requery-android:1.0.0-rc4' // for android
apt 'io.requery:requery-processor:1.0.0-rc4' // use an APT plugin
compile 'io.requery:requery:1.0.0'
compile 'io.requery:requery-android:1.0.0' // for android
apt 'io.requery:requery-processor:1.0.0' // use an APT plugin
}
```

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

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

Properties properties = new Properties()
Expand Down

0 comments on commit 4c152f8

Please sign in to comment.