Bump gen to 2.0.5
This commit is contained in:
parent
ae2a002d06
commit
6c0972a13d
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# 2.0.5
|
||||
* Remove `ShimFieldImpl` check, which broke relations.
|
||||
*
|
||||
* Fix bug where primary key type would not be emitted in migrations.
|
||||
* Fix `ManyToMany` ignoring primary key types.
|
||||
|
||||
# 2.0.4
|
||||
* Fix `reviveColumn` and element finding to properly detect all annotations now.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_orm_generator
|
||||
version: 2.0.4
|
||||
version: 2.0.5
|
||||
description: Code generators for Angel's ORM. Generates query builder classes.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/orm
|
||||
|
|
Loading…
Reference in a new issue