Bump to 2.0.0-dev.1

This commit is contained in:
Tobe O 2018-08-24 08:32:07 -04:00
parent 1e234ea177
commit 2ce0ca140d
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# 2.0.0-dev # 2.0.0-dev.1
* Restored all old PostgreSQL-specific annotations. Rather than a smart runtime, * Restored all old PostgreSQL-specific annotations. Rather than a smart runtime,
having a codegen capable of building ORM's for multiple databases can potentially having a codegen capable of building ORM's for multiple databases can potentially
provide a very fast ORM for everyone. provide a very fast ORM for everyone.
# 1.0.0-alpha+11 # 2.0.0-dev
* Removed PostgreSQL-specific functionality, so that the ORM can ultimately * Removed PostgreSQL-specific functionality, so that the ORM can ultimately
target all services. target all services.
* Created a better `Join` model. * Created a better `Join` model.

View file

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