Skip to content

Commit

Permalink
Merge pull request #251 from kennethshackleton/prepare-0.14.3
Browse files Browse the repository at this point in the history
Prepare 0.14.3.
  • Loading branch information
kennethshackleton authored Sep 15, 2021
2 parents 7e56fe0 + c298dcb commit bd996ea
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 bd996ea

Please sign in to comment.