diff --git a/drift/CHANGELOG.md b/drift/CHANGELOG.md index 9e5f2124f..eb2803d40 100644 --- a/drift/CHANGELOG.md +++ b/drift/CHANGELOG.md @@ -1,7 +1,7 @@ -## 2.25.0-dev +## 2.25.0 -- Report `SqliteException`s occurring on workers as a `SqliteException` - instance. Previously, they were sent as strings only. +- Report `SqliteException`s occurring on workers as `SqliteException` + instances. Previously, they were sent as strings only. - Fix `LazyDatabase` being closed without ever being used potentially leaking resources. diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 791a6f92e..1830709fe 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.24.0 +version: 2.25.0 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 1b5a3072b..cf2ac9b81 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.24.1-dev +## 2.25.0 - Fix incorrect code when applying non-nullable type converters with a nullable JSON type to nullable column. diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index 6b6c89b4d..e5edf07ec 100644 --- a/drift_dev/pubspec.yaml +++ b/drift_dev/pubspec.yaml @@ -1,6 +1,6 @@ name: drift_dev description: Dev-dependency for users of drift. Contains the generator and development tools. -version: 2.24.0 +version: 2.25.0 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/drift/issues @@ -34,7 +34,7 @@ dependencies: io: ^1.0.3 # Drift-specific analysis and apis - drift: ">=2.24.0 <2.25.0" + drift: ">=2.25.0 <2.26.0" sqlite3: ^2.4.6 sqlparser: ^0.41.0