Prepare drift 2.0 release

This commit is contained in:
Simon Binder 2022-08-13 21:55:22 +02:00
parent 83c7c1ab43
commit b66fb13407
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 2.0.0
- Support `drift` version `2.0.0`.
## 1.0.0
- Initial release, replacing the `moor_flutter` package.

View File

@ -18,7 +18,7 @@ dependencies:
dev_dependencies:
integration_test:
sdk: flutter
flutter_lints: ^1.0.4
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
drift_testcases:

View File

@ -1,3 +1,7 @@
## 0.23.0
- Apply type hints for date times on textual datetime functions as well.
## 0.22.0
- Refactor how tables and columns are resolved internally.

View File

@ -1,6 +1,6 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.22.0
version: 0.23.0
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
#homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
@ -17,5 +17,5 @@ dependencies:
dev_dependencies:
test: ^1.17.4
path: ^1.8.0
ffi: ^1.0.0
ffi: ^2.0.0
sqlite3: ^1.0.0