Skip to content

Commit

Permalink
Merge pull request #500 from pushtorefresh/release-1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
nikitin-da committed Aug 29, 2015
2 parents 1eb3a2a + f62fdbb commit 825f698
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
StorIO Change Log
==========

## Version 1.3.0

_2015_08_29_

* **StorIOSQLite Annotation Processor now supports blobs `byte[]`!**
* We've added example of relations implementation (R from ORM) to the Sample App!

**Changes:**

* [PR 498](https://github.com/pushtorefresh/storio/pull/498) Add support for `byte[]` into StorIOSQLite annotation processor
* [PR 494](https://github.com/pushtorefresh/storio/pull/494) Relations example!


## Version 1.2.1

_2015_08_17_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Easy ways to learn how to use `StorIO` -> check out `Documentation`, `Design Tes
####Download:
```groovy
// If you need StorIO for SQLite
compile 'com.pushtorefresh.storio:sqlite:1.2.1'
compile 'com.pushtorefresh.storio:sqlite:1.3.0'
// If you need StorIO for ContentResolver
compile 'com.pushtorefresh.storio:content-resolver:1.2.1'
compile 'com.pushtorefresh.storio:content-resolver:1.3.0'
// Notice that RxJava is optional dependency for StorIO,
// So if you need it -> please add it manually.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=12
VERSION_NAME=1.2.1
VERSION_CODE=13
VERSION_NAME=1.3.0
GROUP=com.pushtorefresh.storio

POM_DESCRIPTION=Modern API for SQLiteDatabase and ContentResolver
Expand Down

0 comments on commit 825f698

Please sign in to comment.