Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare changelog for release 0.22.0. #501

Merged
merged 1 commit into from
Feb 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Change Log
==========

## Version 0.22.0

Warning: This release decouples the choice of SQLite implementation from the main Android artifact, and requires an additional dependency declaration. Please refer to the [getting started](https://bloomberg.github.io/selekt/getting_started/#integration) guide.

### Fixes

* Use Kotlin's `Enum.entries` instead of `Enum.values()`.
* Decouple the choice of SQLite implementation from the main Android artifact.
* Publish a BOM.

### Dependencies

* Android SDK 34.
* Dokka 1.9.10.
* Gradle 8.6.
* Junit 5.10.1.
* Kotlin 1.9.22.
* Kotlin Coroutines 1.7.3.
* Mockito 5.10.0.
* Mockito-Kotlin 5.2.1.
* NDK 26.1.
* Room 2.6.1.

## Version 0.21.0

Warning: This release migrates from OpenSSL 1.1.1v to OpenSSL 3.1.2.
Expand Down
Loading