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

Commit

Permalink
Prepare for release 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 22, 2015
1 parent 133ac0b commit 218b4e8
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.0 *(2015-09-22)*
----------------------------

* New: `mapToOneOrDefault` replaces `mapToOneOrNull` for more flexibility.
* Fix: Notifications of table updates as the result of a transaction now occur after the transaction
has been applied. Previous the notification would happen during the commit at which time it was
invalid to create a new transaction in a subscriber.


Version 0.3.1 *(2015-09-02)*
----------------------------

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.3.1'
compile 'com.squareup.sqlbrite:sqlbrite:0.4.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.3.2-SNAPSHOT
VERSION_NAME=0.4.0

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

Expand Down

0 comments on commit 218b4e8

Please sign in to comment.