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.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 19, 2015
1 parent 02b66a1 commit e863c9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
=========

Version 0.4.1 *(2015-10-19)*
----------------------------

* New: `execute` method provides the ability to execute arbitrary SQL statements.
* New: `executeAndTrigger` method provides the ability to execute arbitrary SQL statements and
notifying any queries to update on the specified table.
* Fix: `Query.asRows` no longer calls `onCompleted` when the downstream subscriber has unsubscribed.


Version 0.4.0 *(2015-09-22)*
----------------------------

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.0'
compile 'com.squareup.sqlbrite:sqlbrite:0.4.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.4.1-SNAPSHOT
VERSION_NAME=0.4.1

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

Expand Down

0 comments on commit e863c9b

Please sign in to comment.