From af917b1f717e1abf12abd0dd1b5278d640c27e19 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 18 Jun 2023 16:37:51 +0200 Subject: [PATCH] Prepare 2.9.0 release --- drift/CHANGELOG.md | 5 ++++- drift/pubspec.yaml | 2 +- drift_dev/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/drift/CHANGELOG.md b/drift/CHANGELOG.md index 0dde301c..23bd7006 100644 --- a/drift/CHANGELOG.md +++ b/drift/CHANGELOG.md @@ -1,6 +1,9 @@ -## 2.8.3-dev +## 2.9.0 - Forbid `schemaVersion` returning `0`, as this causes issues in the migrator. +- Drift web support is now stable! By using a `WasmDatabase.open` factory as + described in https://drift.simonbinder.eu/web/, you can run a drift database + in modern browsers! ## 2.8.2 diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 2060680b..1206b5a3 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.8.2 +version: 2.9.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/pubspec.yaml b/drift_dev/pubspec.yaml index ebb1528d..e49843af 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.8.3 +version: 2.9.0 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/drift/issues