From 303d7387496b022b2dea2a726a420f4b130ad4e0 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 27 Aug 2023 17:11:04 +0200 Subject: [PATCH] Prepare 2.11.1 release --- drift/pubspec.yaml | 2 +- drift_dev/CHANGELOG.md | 2 +- drift_dev/pubspec.yaml | 2 +- sqlparser/CHANGELOG.md | 5 ++--- sqlparser/pubspec.yaml | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 4163068b..1e2eaa1c 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.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 diff --git a/drift_dev/CHANGELOG.md b/drift_dev/CHANGELOG.md index 013ce15f..fe20b492 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -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. diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index ddd3f0e4..198bf5a1 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.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 diff --git a/sqlparser/CHANGELOG.md b/sqlparser/CHANGELOG.md index 0bd33ffd..770deba2 100644 --- a/sqlparser/CHANGELOG.md +++ b/sqlparser/CHANGELOG.md @@ -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 diff --git a/sqlparser/pubspec.yaml b/sqlparser/pubspec.yaml index ae72e304..add7a0a1 100644 --- a/sqlparser/pubspec.yaml +++ b/sqlparser/pubspec.yaml @@ -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/