Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kagurazaka committed Oct 19, 2018
1 parent 553301a commit dce68bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ The versioning follows [Semantic Versioning](http://semver.org/):
Note that _experimental_ features, annotated with `@Experimental` may change without notice.

## v6.0.1 2018/10/19

https://github.com/maskarade/Android-Orma/compare/v6.0.0...v6.0.1

* No code changes
* Resolve release operation mistake

## v6.0.0 2018/10/19

https://github.com/maskarade/Android-Orma/compare/v5.1.2...v6.0.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ Declare dependencies to use Orma and its annotation processor.

```gradle:build.gradle
dependencies {
annotationProcessor 'com.github.maskarade.android.orma:orma-processor:6.0.0'
compile 'com.github.maskarade.android.orma:orma:6.0.0'
annotationProcessor 'com.github.maskarade.android.orma:orma-processor:6.0.1'
compile 'com.github.maskarade.android.orma:orma:6.0.1'
}
```

Expand Down Expand Up @@ -1126,7 +1126,7 @@ There's an encryption extension as `orma-encryption` since Orma v5.0.0-rc1:

```build.gradle
dependencies {
compile 'com.github.maskarade.android.orma:orma-encryption:6.0.0'
compile 'com.github.maskarade.android.orma:orma-encryption:6.0.1'
}
```

Expand Down Expand Up @@ -1158,7 +1158,7 @@ There is a simple benchmark with [Realm](https://github.com/realm/realm-java) an

[example/BenchmarkFragment](example/src/main/java/com/github/gfx/android/orma/example/fragment/BenchmarkFragment.java)

Here is a result performed on Android 6.0.0 / Xperia Z4
Here is a result performed on Android 6.0.1 / Xperia Z4
as of Orma v4.2.5 and Realm 2.3.0, processing 10 items x 100 times:

<img src="benchmark.png" alt="" width="420"/>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.0.1

0 comments on commit dce68bd

Please sign in to comment.