Prepare 2.11.1 release

This commit is contained in:
Simon Binder 2023-08-27 17:11:04 +02:00
parent c1c848465a
commit 303d738749
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
5 changed files with 6 additions and 7 deletions

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.11.0
version: 2.11.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.11.1-dev
## 2.11.1
- Reduce the amount of assets read by drift, improving build performance and enabling faster
incremental rebuilds.

View File

@ -1,6 +1,6 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains the generator and development tools.
version: 2.11.0
version: 2.11.1
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues

View File

@ -1,9 +1,8 @@
## 0.31.1-dev
## 0.31.1
- Add the `sqlite3_schema` table to the builtin tables supported by every
`SqlEngine` instance.
- Support the `timediff` and `octet_length` function which will be released in
sqlite 3.43.0.
- Support the `timediff` and `octet_length` functions from sqlite 3.43.0.
## 0.31.0

View File

@ -1,6 +1,6 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.31.1-dev
version: 0.31.1
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
repository: https://github.com/simolus3/drift
#homepage: https://drift.simonbinder.eu/