Skip to content

Commit

Permalink
Release drift 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed May 4, 2022
1 parent 68dce48 commit 184353a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drift/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion drift_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions drift_dev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 184353a

Please sign in to comment.