From 184353a7aa08b129de3c611f436cb6526197a05f Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 4 May 2022 21:20:08 +0200 Subject: [PATCH] Release drift 1.6.0 --- drift/pubspec.yaml | 2 +- drift_dev/CHANGELOG.md | 4 +++- drift_dev/pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 1f93c330..8b09b043 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.5.0 +version: 1.6.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 a9bab100..814913b9 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -1,6 +1,8 @@ -## 1.6.0-dev +## 1.6.0 - Write Dart references into schema files. +- Support new drift features from version 1.6.0, like `check` and `unique` + column constraints in Dart tables. ## 1.5.2 diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index c14768d5..af1fd61a 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.5.2 +version: 1.6.0 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/drift/issues @@ -25,7 +25,7 @@ dependencies: io: ^1.0.3 # Drift-specific analysis and apis - drift: '>=1.5.0 <1.6.0' + drift: '>=1.6.0 <1.7.0' sqlite3: '>=0.1.6 <2.0.0' sqlparser: ^0.21.0