Bump orm to 2.0.1

This commit is contained in:
Tobe O 2019-07-04 17:31:18 -04:00
parent 010036a89f
commit e4a45c47ba
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
# 2.0.1
* Apply `package:pedantic` fixes.
* `@PrimaryKey()` no longer defaults to `serial`, allowing its type to be
inferenced.
# 2.0.0
* Add `isNull`, `isNotNull` getters to builders.

View file

@ -1,5 +1,5 @@
name: angel_orm
version: 2.0.0
version: 2.0.1
description: Runtime support for Angel's ORM. Includes base classes for queries.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/orm