Prepare drift_dev and sqlparser release

This commit is contained in:
Simon Binder 2023-10-29 19:32:23 +01:00
parent a4938abb19
commit ddc864a7c2
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## 2.13.1-dev
## 2.13.1
- Add `has_separate_analyzer` option to optimize builds using the `not_shared` builder.
- Avoid illegal references to implicitly nullable variant of type converter when no such

View File

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

View File

@ -1,4 +1,4 @@
## 0.32.1-dev
## 0.32.1
- Treat the result of `sum()` as nullable when inferring types.
- Support features added in sqlite 3.44:

View File

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