Release drift 1.6.0

This commit is contained in:
Simon Binder 2022-05-04 21:20:08 +02:00
parent 68dce48b6f
commit 184353a7aa
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: drift name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications. 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 repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/ homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues issue_tracker: https://github.com/simolus3/drift/issues

View File

@ -1,6 +1,8 @@
## 1.6.0-dev ## 1.6.0
- Write Dart references into schema files. - 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 ## 1.5.2

View File

@ -1,6 +1,6 @@
name: drift_dev name: drift_dev
description: Dev-dependency for users of drift. Contains a the generator and development tools. 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 repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/ homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues issue_tracker: https://github.com/simolus3/drift/issues
@ -25,7 +25,7 @@ dependencies:
io: ^1.0.3 io: ^1.0.3
# Drift-specific analysis and apis # 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' sqlite3: '>=0.1.6 <2.0.0'
sqlparser: ^0.21.0 sqlparser: ^0.21.0