From d6d52718d45da2178734fcdf09287b22ffadf74c Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Fri, 14 Jan 2022 19:19:14 +0100 Subject: [PATCH] Prepare 1.3.0 release --- drift/CHANGELOG.md | 4 ++-- drift/pubspec.yaml | 2 +- drift_dev/CHANGELOG.md | 4 ++++ drift_dev/pubspec.yaml | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/drift/CHANGELOG.md b/drift/CHANGELOG.md index 367a4c09..7e21c232 100644 --- a/drift/CHANGELOG.md +++ b/drift/CHANGELOG.md @@ -1,4 +1,4 @@ -## (unreleased) +## 1.3.0 - Add the `from(table)` method to generated databases. It can be used to write common queries more concisely. @@ -6,7 +6,7 @@ - Throw an exception in a `NativeDatabase` when multiple statements are run in a single call. In previous versions, parts of the SQL string would otherwise be ignored. -- Close the underlying database when an isolate is shut down. +- Close the underlying database when a drift isolate is shut down. ## 1.2.0 diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 466fe0c8..2bffac59 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: 1.2.0 +version: 1.3.0 repository: https://github.com/simolus3/moor homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues diff --git a/drift_dev/CHANGELOG.md b/drift_dev/CHANGELOG.md index 2ea92668..518f0889 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.0 + +- Support `drift` version `1.3.x`. + ## 1.2.0 - Generate code needed to support streams of views. diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index 4df44c17..eb94e0bc 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 a the generator and development tools. -version: 1.2.0 +version: 1.3.0 repository: https://github.com/simolus3/moor homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues @@ -25,7 +25,7 @@ dependencies: io: ^1.0.3 # Drift-specific analysis and apis - drift: '>=1.2.0 <1.3.0' + drift: '>=1.3.0 <1.4.0' sqlite3: '>=0.1.6 <2.0.0' sqlparser: ^0.19.0