mirror of https://github.com/AMT-Cheif/drift.git
Prepare 2.11.1 release
This commit is contained in:
parent
c1c848465a
commit
303d738749
|
@ -1,6 +1,6 @@
|
|||
name: drift
|
||||
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
||||
version: 2.11.0
|
||||
version: 2.11.1
|
||||
repository: https://github.com/simolus3/drift
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/drift/issues
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## 2.11.1-dev
|
||||
## 2.11.1
|
||||
|
||||
- Reduce the amount of assets read by drift, improving build performance and enabling faster
|
||||
incremental rebuilds.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: drift_dev
|
||||
description: Dev-dependency for users of drift. Contains the generator and development tools.
|
||||
version: 2.11.0
|
||||
version: 2.11.1
|
||||
repository: https://github.com/simolus3/drift
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/drift/issues
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
## 0.31.1-dev
|
||||
## 0.31.1
|
||||
|
||||
- Add the `sqlite3_schema` table to the builtin tables supported by every
|
||||
`SqlEngine` instance.
|
||||
- Support the `timediff` and `octet_length` function which will be released in
|
||||
sqlite 3.43.0.
|
||||
- Support the `timediff` and `octet_length` functions from sqlite 3.43.0.
|
||||
|
||||
## 0.31.0
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: sqlparser
|
||||
description: Parses sqlite statements and performs static analysis on them
|
||||
version: 0.31.1-dev
|
||||
version: 0.31.1
|
||||
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
|
||||
repository: https://github.com/simolus3/drift
|
||||
#homepage: https://drift.simonbinder.eu/
|
||||
|
|
Loading…
Reference in New Issue