From e983e4da63c3a4655511130db4a3de3ac489fb78 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Thu, 12 Dec 2019 09:54:34 +0100 Subject: [PATCH] Publish moor version 2.1.1 --- moor/CHANGELOG.md | 6 ++++++ moor/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/moor/CHANGELOG.md b/moor/CHANGELOG.md index 65aaf7a3..939178fe 100644 --- a/moor/CHANGELOG.md +++ b/moor/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.1 + +- Fix crash when closing a database with asserts disabled +- Web: Save the database after migrations ran +- Escape column names in insert statements, if necessary + ## 2.1.0 - New extension methods to simplify the Dart api! diff --git a/moor/pubspec.yaml b/moor/pubspec.yaml index 7bf8cba3..781db269 100644 --- a/moor/pubspec.yaml +++ b/moor/pubspec.yaml @@ -1,6 +1,6 @@ name: moor description: Moor is a safe and reactive persistence library for Dart applications -version: 2.1.0 +version: 2.1.1 repository: https://github.com/simolus3/moor homepage: https://moor.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues