From 71247bd69220a4e37da61b77e2225516960c6a35 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 20 Oct 2019 21:10:23 +0200 Subject: [PATCH] Release moor 2.0.1+1: Fix for customStatement on open --- moor/CHANGELOG.md | 7 +++---- moor/pubspec.yaml | 12 ++++++------ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/moor/CHANGELOG.md b/moor/CHANGELOG.md index 5c35f2297..34ffcb3a5 100644 --- a/moor/CHANGELOG.md +++ b/moor/CHANGELOG.md @@ -1,7 +1,3 @@ -## unreleased - -- Fix crash when `customStatement` is the first operation used on a database ([#199](https://github.com/simolus3/moor/issues/199)) - ## 2.0.1 - Introduced `isBetween` and `isBetweenValues` methods for comparable expressions (int, double, datetime) @@ -11,6 +7,9 @@ - Fix streams not emitting cached data when listening multiple times - __Breaking__: Remove the type parameter from `Insertable.createCompanion` (it was declared as an internal method) + +__2.0.1+1__: Fix crash when `customStatement` is the first operation used on a database +([#199](https://github.com/simolus3/moor/issues/199)) ## 2.0.0 This is the first major update after the initial release and moor and we have a lot to cover: diff --git a/moor/pubspec.yaml b/moor/pubspec.yaml index abdf1ec85..ac55236fb 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.0.1 +version: 2.0.1+1 repository: https://github.com/simolus3/moor homepage: https://moor.simonbinder.eu/ issue_tracker: https://github.com/simolus3/moor/issues @@ -28,8 +28,8 @@ dev_dependencies: coverage: any # will be determined by test_coverage test_coverage: ^0.3.0 -dependency_overrides: - moor_generator: - path: ../moor_generator - sqlparser: - path: ../sqlparser \ No newline at end of file +#dependency_overrides: +# moor_generator: +# path: ../moor_generator +# sqlparser: +# path: ../sqlparser \ No newline at end of file