Skip to content

Commit

Permalink
Merge pull request #148 from kennethshackleton/changelog-0.13.6
Browse files Browse the repository at this point in the history
Version 0.13.6 and change log.
  • Loading branch information
kennethshackleton authored Jul 16, 2021
2 parents 32f6675 + 8aec2ca commit 87ad055
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Change Log
==========

## Version 0.13.6

### Fixes

* Move the verification of the key size out of the JVM and closer to the native SQLite implementation. This makes it easier to swap out SQLite implementations.
* Introduce a Key convention, resolving the keying strategy outside of the JVM to make it easier to swap out SQLite implementations.
* The published Android sources jar is no longer empty.
* Publish a KDoc jar for the main Android subproject.

### Dependencies

* Dokka 1.5.0.
* Kotlin 1.5.21.

## Version 0.13.5

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selekt.versionName=0.13.5
selekt.versionName=0.13.6
selekt.nextVersionName=0.14.0

openssl.version=1.1.1
Expand Down

0 comments on commit 87ad055

Please sign in to comment.