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.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 9, 2015
1 parent 642bf51 commit 8a4d9bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Change Log
Version 0.5.0 *(In Development)*
--------------------------------

* New: Expose `mapToOne`, `mapToOneOrDefault`, and `mapToList` as static methods on `Query`. These
mirror the behavior of the methods of the same name on `QueryObservable` but can be used later in
a stream by passing the returned `Operator` instances to `lift()` (e.g.,
`take(1).lift(Query.mapToOne(..))`).
* Requires RxJava 1.1.0 or newer.


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

```groovy
compile 'com.squareup.sqlbrite:sqlbrite:0.4.1'
compile 'com.squareup.sqlbrite:sqlbrite:0.5.0'
```

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.4.2-SNAPSHOT
VERSION_NAME=0.5.0

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

Expand Down

0 comments on commit 8a4d9bb

Please sign in to comment.