Prepare release

This commit is contained in:
Simon Binder 2022-02-09 16:23:43 +01:00
parent 2486e66e05
commit 661227c4c3
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
version: 1.3.0
version: 1.4.0
repository: https://github.com/simolus3/moor
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues

View File

@ -1,6 +1,6 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains a the generator and development tools.
version: 1.3.0
version: 1.4.0
repository: https://github.com/simolus3/moor
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues
@ -25,9 +25,9 @@ dependencies:
io: ^1.0.3
# Drift-specific analysis and apis
drift: '>=1.3.0 <1.4.0'
drift: '>=1.4.0 <1.5.0'
sqlite3: '>=0.1.6 <2.0.0'
sqlparser: ^0.19.0
sqlparser: ^0.20.0
# Dart analysis
analyzer: ">=2.1.0 <4.0.0"

View File

@ -1,3 +1,7 @@
## 0.20.0
- Support `LIST` columns for a drift-specific feature.
## 0.19.2
- Improve handling of drift-specific column types in `STRICT` tables.

View File

@ -1,6 +1,6 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.19.2
version: 0.20.0
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
#homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues