Bump orm to 2.0.1
This commit is contained in:
parent
010036a89f
commit
e4a45c47ba
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue