diff --git a/drift_dev/CHANGELOG.md b/drift_dev/CHANGELOG.md index 0c0793947..9f0bd9edd 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.23.1-dev + +- Generate typed reference-resolving queries through the manager API when + modular code-generation is enabled. Previously, this feature was only enabled + for monolithic generation modes. + ## 2.23.0 - Fix custom companion names on `@DataClassName` not being recognized. diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index de9e7f15e..3e7d9e255 100644 --- a/drift_dev/pubspec.yaml +++ b/drift_dev/pubspec.yaml @@ -1,6 +1,6 @@ name: drift_dev description: Dev-dependency for users of drift. Contains the generator and development tools. -version: 2.23.0 +version: 2.23.1-dev repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/drift/issues