Prepare minor release

This commit is contained in:
Simon Binder 2023-06-01 11:26:57 +02:00
parent ba9360f063
commit 232140c083
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
5 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
## 2.9.0-dev
## 2.8.1
- Fix a deadlock after rolling back a transaction in a remote isolate.
- Remove unintended log messages when using `connectToDriftWorker`.
## 2.8.0

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.0
version: 2.8.1
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues

View File

@ -1,4 +1,4 @@
## 2.8.3-dev
## 2.8.3
- Allow Dart-defined tables to reference imported tables through SQL
[#2433](https://github.com/simolus3/drift/issues/2433).

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.2
version: 2.8.3
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: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.30.0
version: 0.30.1
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
repository: https://github.com/simolus3/drift
#homepage: https://drift.simonbinder.eu/