Prepare 2.9.0 release

This commit is contained in:
Simon Binder 2023-06-18 16:37:51 +02:00
parent d465776726
commit af917b1f71
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 6 additions and 3 deletions

View File

@ -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

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.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

View File

@ -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