diff --git a/drift_dev/CHANGELOG.md b/drift_dev/CHANGELOG.md index 1a6b120d..ff0b78ab 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.3.3 + +- Fix a crash in `schema generate`. + ## 2.3.2 - Fix a builder crash when importing triggers or indices. diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index 4a5199a6..5ca900e4 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 a the generator and development tools. -version: 2.3.2 +version: 2.3.3 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/drift/issues