diff --git a/drift/tools/analyzer_plugin/pubspec.yaml b/drift/tools/analyzer_plugin/pubspec.yaml index d4e056a4..a642efda 100644 --- a/drift/tools/analyzer_plugin/pubspec.yaml +++ b/drift/tools/analyzer_plugin/pubspec.yaml @@ -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 diff --git a/drift_dev/CHANGELOG.md b/drift_dev/CHANGELOG.md new file mode 100644 index 00000000..53fd146f --- /dev/null +++ b/drift_dev/CHANGELOG.md @@ -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). diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index 8a2b27ab..37edd01f 100644 --- a/drift_dev/pubspec.yaml +++ b/drift_dev/pubspec.yaml @@ -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" diff --git a/moor/CHANGELOG.md b/moor/CHANGELOG.md index 00a885a6..5312825a 100644 --- a/moor/CHANGELOG.md +++ b/moor/CHANGELOG.md @@ -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. diff --git a/moor_generator/CHANGELOG.md b/moor_generator/CHANGELOG.md index 696d698c..2da09126 100644 --- a/moor_generator/CHANGELOG.md +++ b/moor_generator/CHANGELOG.md @@ -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. diff --git a/sqlparser/CHANGELOG.md b/sqlparser/CHANGELOG.md index fcd708b6..279304a2 100644 --- a/sqlparser/CHANGELOG.md +++ b/sqlparser/CHANGELOG.md @@ -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 diff --git a/sqlparser/pubspec.yaml b/sqlparser/pubspec.yaml index 054357a8..7f12b8b7 100644 --- a/sqlparser/pubspec.yaml +++ b/sqlparser/pubspec.yaml @@ -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