bump -> 2.0.0-alpha.7
This commit is contained in:
parent
fc76540155
commit
411ff21dca
2 changed files with 5 additions and 1 deletions
|
@ -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
|
# 2.0.0-alpha.6
|
||||||
* Allow passing a custom `Container` to `handleContained` and co.
|
* Allow passing a custom `Container` to `handleContained` and co.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_framework
|
name: angel_framework
|
||||||
version: 2.0.0-alpha.6
|
version: 2.0.0-alpha.7
|
||||||
description: >
|
description: >
|
||||||
A high-powered HTTP server with DI, routing and more.
|
A high-powered HTTP server with DI, routing and more.
|
||||||
When combined with the other packages in the Angel ecosystem, this
|
When combined with the other packages in the Angel ecosystem, this
|
||||||
|
|
Loading…
Reference in a new issue