diff --git a/drift/CHANGELOG.md b/drift/CHANGELOG.md index 3d9f07959..0669c9a31 100644 --- a/drift/CHANGELOG.md +++ b/drift/CHANGELOG.md @@ -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 diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 1643cf24a..232d55075 100644 --- a/drift/pubspec.yaml +++ b/drift/pubspec.yaml @@ -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 diff --git a/drift_dev/CHANGELOG.md b/drift_dev/CHANGELOG.md index e9efbbbaa..baab0a674 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -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