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

Commit eb2ae36

Browse files
committed
Prepare version 0.6.2.
1 parent d0eb0e4 commit eb2ae36

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
=========
33

4+
Version 0.6.2 *(2016-03-01)*
5+
----------------------------
6+
7+
* Fix: Document explicitly and correctly handle the fact that `Query.run()` can return `null` in
8+
some situations. The `mapToOne`, `mapToOneOrDefault`, `mapToList`, and `asRows` helpers have all
9+
been updated to handle this case and each is documented with their respective behavior.
10+
11+
412
Version 0.6.1 *(2016-02-29)*
513
----------------------------
614

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Download
148148
--------
149149

150150
```groovy
151-
compile 'com.squareup.sqlbrite:sqlbrite:0.6.1'
151+
compile 'com.squareup.sqlbrite:sqlbrite:0.6.2'
152152
```
153153

154154
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.sqlbrite
2-
VERSION_NAME=0.6.2-SNAPSHOT
2+
VERSION_NAME=0.6.2
33

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

0 commit comments

Comments
 (0)