Prepare release

This commit is contained in:
Simon Binder 2023-09-24 16:17:07 +02:00
parent b826391bcb
commit 9f05897944
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
6 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## 2.12.0-dev
## 2.12.0
- Add support for table-valued functions in the Dart query builder.
- Add the `@TableIndex` annotation for table classes to add an index to the

View File

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

View File

@ -1,6 +1,7 @@
## 2.12.0-dev
## 2.12.0
- Adds the static getter `$name` to generated table classes.
- Recognize and analyze the `@TableIndex` annotation.
## 2.11.2

View File

@ -1,6 +1,6 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains the generator and development tools.
version: 2.12.0-dev
version: 2.12.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues

View File

@ -1,3 +1,7 @@
## 0.31.2
- Add `CaseInsensitiveMap.of` to wrap existing maps.
## 0.31.1
- Add the `sqlite3_schema` table to the builtin tables supported by every

View File

@ -1,6 +1,6 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.31.1
version: 0.31.2
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
repository: https://github.com/simolus3/drift
#homepage: https://drift.simonbinder.eu/