Skip to content

Commit

Permalink
Release moor 2.0.1+1: Fix for customStatement on open
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 20, 2019
1 parent bf94057 commit 71247bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions moor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions moor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
#dependency_overrides:
# moor_generator:
# path: ../moor_generator
# sqlparser:
# path: ../sqlparser

0 comments on commit 71247bd

Please sign in to comment.