Prepare a round of releases

This commit is contained in:
Simon Binder 2021-10-11 15:55:01 +02:00
parent 3b1da765f7
commit c2bd6f27a5
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
7 changed files with 19 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: analyzer_load_moor_plugin
name: analyzer_load_drift_plugin
version: 1.0.0
description: This pubspec is a part of Drift and determines the version of the analyzer plugin to load

4
drift_dev/CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
## 1.0.0
This is the initial release of the `drift_dev` package (formally known as `moor_generator`).
For an overview of old `moor` releases, see its [changelog](https://pub.dev/packages/moor_generator/changelog).

View File

@ -27,7 +27,7 @@ dependencies:
# Moor-specific analysis and apis
drift: ^1.0.0
sqlite3: '>=0.1.6 <2.0.0'
sqlparser: ^0.17.0
sqlparser: ^0.18.0
# Dart analysis
analyzer: "^2.1.0"

View File

@ -1,4 +1,4 @@
## 4.6.0-dev
## 4.6.0
- Add `DoUpdate.withExcluded` to refer to the excluded row in an upsert clause.
- Add optional `where` clause to `DoUpdate` constructors
@ -6,7 +6,7 @@
### Important notice
Moor has been renamed to `drift`. This package will continue to be supported until the next major release (5.0.0),
no intermediate action is needed.
no immediate action is needed.
At the next breaking release, moor will be discontinued in favor of the `drift` package.
Please consider migrating to `drift` at a suitable opportunity.

View File

@ -1,3 +1,12 @@
## 4.6.0
Moor has been renamed to `drift`. This package will continue to be supported until the next major release (5.0.0),
no immediate action is needed.
At the next breaking release, moor will be discontinued in favor of the `drift` package.
Please consider migrating to `drift` at a suitable opportunity.
Automated migration tooling exists! See https://drift.simonbinder.eu/name for details.
## 4.5.1
- Fix generating parameters when `named_parameters_always_required` is enabled.

View File

@ -1,4 +1,4 @@
## 0.18.0-dev
## 0.18.0
- Fix unecessary errors around `fts5` tables
- Merge all moor-specific nodes into a single `visitMoorSpecific` visitor method

View File

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