migration -> 2.0.0
This commit is contained in:
parent
5e50698c73
commit
0067816228
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# 2.0.0
|
||||
* Bump to `2.0.0`.
|
||||
|
||||
# 2.0.0-rc.0
|
||||
* Make abstract `Schema.alter` use `MutableTable`.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_migration
|
||||
version: 2.0.0-rc.0
|
||||
version: 2.0.0
|
||||
description: Database migration runtime for Angel's ORM. Use this package to define schemas.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/migration
|
||||
|
|
Loading…
Reference in a new issue