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

Commit 0256ab2

Browse files
committed
Prepare version 0.5.1.
1 parent 486ad95 commit 0256ab2

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

4-
Version 0.5.0 *(In Development)*
5-
--------------------------------
4+
Version 0.5.1 *(2016-02-03)*
5+
----------------------------
6+
7+
* New: Query logs now contain timing information on how long they took to execute. This only covers
8+
the time until a `Cursor` was made available, not object mapping or delivering to subscribers.
9+
* Fix: Switch query logging to happen when `Query.run` is called, not when a query is triggered.
10+
* Fix: Check for subscribing inside a transaction using a more accurate primitive.
11+
12+
13+
Version 0.5.0 *(2015-12-09)*
14+
----------------------------
615

716
* New: Expose `mapToOne`, `mapToOneOrDefault`, and `mapToList` as static methods on `Query`. These
817
mirror the behavior of the methods of the same name on `QueryObservable` but can be used later in

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Download
144144
--------
145145

146146
```groovy
147-
compile 'com.squareup.sqlbrite:sqlbrite:0.5.0'
147+
compile 'com.squareup.sqlbrite:sqlbrite:0.5.1'
148148
```
149149

150150
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.5.1-SNAPSHOT
2+
VERSION_NAME=0.5.1
33

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

0 commit comments

Comments
 (0)