Prepare release

This commit is contained in:
Simon Binder 2023-12-11 23:55:37 +01:00
parent f51eab3dc3
commit b7f9c280c3
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 2.14.1
- Fix `WasmProbeResult.open` ignoring the `ìnitializeDatabase` callback.
## 2.14.0
- Add the `QueryInterceptor` API to easily monitor or transform all database

View File

@ -1,6 +1,6 @@
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
version: 2.14.0
version: 2.14.1
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues

View File

@ -2,6 +2,8 @@
- Fix inconsistencies when generating `Variable` instances for columns with
custom types.
- Fix a build performance regression introduced in version 2.14.0 related to
analyzing imports in drift files.
## 2.14.0