diff --git a/drift/CHANGELOG.md b/drift/CHANGELOG.md index d1bdea98..7438b242 100644 --- a/drift/CHANGELOG.md +++ b/drift/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased +## 1.1.1 - Rollback transactions when a commit fails. - Revert a change from 1.1.0 to stop serializing messages over isolates. diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 045cdace..94ef2e83 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 +version: 1.1.1 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 2e117096..2c9742d4 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased +## 1.1.1 - Improve error handling around custom row classes. diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index 33e5618d..76adc108 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.1.0 +version: 1.1.1 repository: https://github.com/simolus3/moor homepage: https://drift.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues @@ -24,7 +24,7 @@ dependencies: yaml: ^3.1.0 io: ^1.0.3 - # Moor-specific analysis and apis + # Drift-specific analysis and apis drift: '>=1.1.0 <1.2.0' sqlite3: '>=0.1.6 <2.0.0' sqlparser: ^0.19.0