Skip to content

Commit

Permalink
Release v1.13.0 (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitin-da authored and artem-zinnatullin committed May 14, 2017
1 parent b9347ee commit da016db
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
StorIO Change Log
==========

## Version 1.13.0

_2017_05_15_

* Support for Kotlin properties!
* Notification tags.
* Annotation processors in Kotlin.
* Robolectric 3.3.2.
* AssertJ 3.6.2.
* Fix markdown headers.

**Changes:**

* [PR 776](https://github.com/pushtorefresh/storio/pull/776): Support for Kotlin properties.
* [PR 768](https://github.com/pushtorefresh/storio/pull/768): Notification tags.
* [PR 775](https://github.com/pushtorefresh/storio/pull/775): Annotation processors in Kotlin.
* [PR 774](https://github.com/pushtorefresh/storio/pull/774): Robolectric 3.3.2 and AssertJ 3.6.2.
* [PR 772](https://github.com/pushtorefresh/storio/pull/772): Fix markdown headers.

## Version 1.12.3

_2017_02_19_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,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.12.3'
compile 'com.pushtorefresh.storio:sqlite:1.13.0'
// If you need StorIO for ContentResolver
compile 'com.pushtorefresh.storio:content-resolver:1.12.3'
compile 'com.pushtorefresh.storio:content-resolver:1.13.0'
// IN StorIO 2.0 we will remove default Scheduling from Rx Operations!
// You'll have to put subscribeOn() 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=28
VERSION_NAME=1.12.3
VERSION_CODE=29
VERSION_NAME=1.13.0
GROUP=com.pushtorefresh.storio

POM_DESCRIPTION=Modern API for SQLiteDatabase and ContentResolver
Expand Down

0 comments on commit da016db

Please sign in to comment.