Skip to content

Commit

Permalink
Prepare 0.14.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Sep 15, 2021
1 parent 7e56fe0 commit c298dcb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

## Version 0.14.3

### Fixes

* Move Experimental annotation into the dedicated annotations package, alongside the rest.

### Optimisations

* Reset and clear bindings for prepared statements in one JNI hop instead of two.

### Dependencies

* Android SDK 31.
* Kotlin Coroutines 1.5.1.

## Version 0.14.2

### Features
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.14.2
selekt.versionName=0.14.3
selekt.nextVersionName=0.15.0

openssl.version=1.1.1
Expand Down

0 comments on commit c298dcb

Please sign in to comment.