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.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 3, 2016
1 parent 486ad95 commit 0256ab2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
Change Log
=========

Version 0.5.0 *(In Development)*
--------------------------------
Version 0.5.1 *(2016-02-03)*
----------------------------

* New: Query logs now contain timing information on how long they took to execute. This only covers
the time until a `Cursor` was made available, not object mapping or delivering to subscribers.
* Fix: Switch query logging to happen when `Query.run` is called, not when a query is triggered.
* Fix: Check for subscribing inside a transaction using a more accurate primitive.


Version 0.5.0 *(2015-12-09)*
----------------------------

* 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
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.5.0'
compile 'com.squareup.sqlbrite:sqlbrite:0.5.1'
```

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.5.1-SNAPSHOT
VERSION_NAME=0.5.1

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

Expand Down

0 comments on commit 0256ab2

Please sign in to comment.