diff --git a/drift/CHANGELOG.md b/drift/CHANGELOG.md index 0a823708..7bd254d7 100644 --- a/drift/CHANGELOG.md +++ b/drift/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.0-dev +## 1.1.0 - Add the `references` method to `BuildColumn` to reference a column declared in another Dart table. diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index e843bd6b..045cdace 100644 --- a/drift/pubspec.yaml +++ b/drift/pubspec.yaml @@ -1,6 +1,6 @@ name: drift description: Drift is a reactive library to store relational data in Dart and Flutter applications. -version: 1.1.0-dev +version: 1.1.0 repository: https://github.com/simolus3/moor homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues diff --git a/drift_dev/CHANGELOG.md b/drift_dev/CHANGELOG.md index 55ea5b27..49696227 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.3-dev +## 1.1.0 - Consider `drift`-named files when generating schema migrations ([#1486](https://github.com/simolus3/moor/issues/1486)) - Emit correct SQL code when using arrays with the `new_sql_code_generation` diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index cfcdbbe4..8b25ebaa 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: 1.0.2 +version: 1.1.0 repository: https://github.com/simolus3/moor homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues @@ -25,7 +25,7 @@ dependencies: io: ^1.0.3 # Moor-specific analysis and apis - drift: '>=1.1.0-dev <1.2.0' + drift: '>=1.1.0 <1.2.0' sqlite3: '>=0.1.6 <2.0.0' sqlparser: ^0.18.0 diff --git a/sqlparser/CHANGELOG.md b/sqlparser/CHANGELOG.md index 33d65d11..48bc9d1a 100644 --- a/sqlparser/CHANGELOG.md +++ b/sqlparser/CHANGELOG.md @@ -1,6 +1,7 @@ -## 0.19.0-dev +## 0.19.0 - Support generated columns +- Support features introduced in sqlite version 3.37, most notably `STRICT` tables ## 0.18.0