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

Commit

Permalink
Prepare version 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 1, 2016
1 parent d0eb0e4 commit eb2ae36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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
=========

Version 0.6.2 *(2016-03-01)*
----------------------------

* Fix: Document explicitly and correctly handle the fact that `Query.run()` can return `null` in
some situations. The `mapToOne`, `mapToOneOrDefault`, `mapToList`, and `asRows` helpers have all
been updated to handle this case and each is documented with their respective behavior.


Version 0.6.1 *(2016-02-29)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Download
--------

```groovy
compile 'com.squareup.sqlbrite:sqlbrite:0.6.1'
compile 'com.squareup.sqlbrite:sqlbrite:0.6.2'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
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.sqlbrite
VERSION_NAME=0.6.2-SNAPSHOT
VERSION_NAME=0.6.2

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

Expand Down

0 comments on commit eb2ae36

Please sign in to comment.