From 417c2c12074665a92ddb5c82e1e541ab97f368d0 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sat, 24 Feb 2024 23:17:54 +0100 Subject: [PATCH] Prepare release --- drift/CHANGELOG.md | 2 +- drift/pubspec.yaml | 2 +- drift_dev/CHANGELOG.md | 2 +- drift_dev/pubspec.yaml | 4 ++-- extras/drift_postgres/pubspec.yaml | 2 +- sqlparser/CHANGELOG.md | 2 +- sqlparser/pubspec.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drift/CHANGELOG.md b/drift/CHANGELOG.md index 7be8c247c..d875db585 100644 --- a/drift/CHANGELOG.md +++ b/drift/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.16.0-dev +## 2.16.0 - When a migration throws, the database will now block subsequent operations instead of potentially allowing them to operate on a database in an diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 304c5db9e..ba3bf91a7 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.15.0 +version: 2.16.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/CHANGELOG.md b/drift_dev/CHANGELOG.md index 1c3946add..ad3bf9bc6 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.15.1-dev +## 2.16.0 - Keep import alias when referencing existing elements in generated code ([#2845](https://github.com/simolus3/drift/issues/2845)). diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index 6a6ad5927..e4d699271 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.15.0 +version: 2.16.0 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/drift/issues @@ -30,7 +30,7 @@ dependencies: io: ^1.0.3 # Drift-specific analysis and apis - drift: '>=2.15.0 <2.16.0' + drift: '>=2.16.0 <2.17.0' sqlite3: '>=0.1.6 <3.0.0' sqlparser: '^0.34.0' diff --git a/extras/drift_postgres/pubspec.yaml b/extras/drift_postgres/pubspec.yaml index 772fc3a70..ca9b1fc39 100644 --- a/extras/drift_postgres/pubspec.yaml +++ b/extras/drift_postgres/pubspec.yaml @@ -1,6 +1,6 @@ name: drift_postgres description: Postgres implementation and APIs for the drift database package. -version: 1.2.0-dev +version: 1.2.0 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/docs/platforms/postgres/ issue_tracker: https://github.com/simolus3/drift/issues diff --git a/sqlparser/CHANGELOG.md b/sqlparser/CHANGELOG.md index b119ab026..aabbd0dac 100644 --- a/sqlparser/CHANGELOG.md +++ b/sqlparser/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.34.1-dev +## 0.34.1 - Allow selecting from virtual tables using the table-valued function syntax. diff --git a/sqlparser/pubspec.yaml b/sqlparser/pubspec.yaml index 96b8744ed..fba7f4703 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.34.1-dev +version: 0.34.1 homepage: https://github.com/simolus3/drift/tree/develop/sqlparser repository: https://github.com/simolus3/drift #homepage: https://drift.simonbinder.eu/