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

Commit e863c9b

Browse files
committed
Prepare version 0.4.1.
1 parent 02b66a1 commit e863c9b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

4+
Version 0.4.1 *(2015-10-19)*
5+
----------------------------
6+
7+
* New: `execute` method provides the ability to execute arbitrary SQL statements.
8+
* New: `executeAndTrigger` method provides the ability to execute arbitrary SQL statements and
9+
notifying any queries to update on the specified table.
10+
* Fix: `Query.asRows` no longer calls `onCompleted` when the downstream subscriber has unsubscribed.
11+
12+
413
Version 0.4.0 *(2015-09-22)*
514
----------------------------
615

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.4.0'
147+
compile 'com.squareup.sqlbrite:sqlbrite:0.4.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.4.1-SNAPSHOT
2+
VERSION_NAME=0.4.1
33

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

0 commit comments

Comments
 (0)