Prepare to release 1.1.1

This commit is contained in:
Simon Binder 2021-12-23 17:38:49 +01:00
parent 344453750f
commit 98c21c13b3
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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

View File

@ -1,4 +1,4 @@
## unreleased
## 1.1.1
- Improve error handling around custom row classes.

View File

@ -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