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

Commit

Permalink
Prepare version 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 5, 2018
1 parent 317ee2d commit 2b6d872
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 3.2.0 *(2018-03-05)*
----------------------------

* New: Add `query(SupportSQLiteQuery)` method for one-off queries.


Version 3.1.1 *(2018-02-12)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ Download
--------

```groovy
implementation 'com.squareup.sqlbrite3:sqlbrite:3.1.1'
implementation 'com.squareup.sqlbrite3:sqlbrite:3.2.0'
```

For the 'kotlin' module that adds extension functions to `Observable<Query>`:
```groovy
implementation 'com.squareup.sqlbrite3:sqlbrite-kotlin:3.1.1'
implementation 'com.squareup.sqlbrite3:sqlbrite-kotlin:3.2.0'
```


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.sqlbrite3
VERSION_NAME=3.1.2-SNAPSHOT
VERSION_NAME=3.2.0

POM_DESCRIPTION=A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.

Expand Down

0 comments on commit 2b6d872

Please sign in to comment.