bump -> 2.0.0-alpha.7

This commit is contained in:
Tobe O 2018-10-21 04:41:35 -04:00
parent fc76540155
commit 411ff21dca
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# 2.0.0-alpha.7
* Force a tigher contract on services. They now must return `Data` on all
methods except for `index`, which returns a `List<Data>`.
# 2.0.0-alpha.6
* Allow passing a custom `Container` to `handleContained` and co.

View file

@ -1,5 +1,5 @@
name: angel_framework
version: 2.0.0-alpha.6
version: 2.0.0-alpha.7
description: >
A high-powered HTTP server with DI, routing and more.
When combined with the other packages in the Angel ecosystem, this