From 411ff21dcabe19f4ef122032e9f6beb5b4bb051a Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 21 Oct 2018 04:41:35 -0400 Subject: [PATCH] bump -> 2.0.0-alpha.7 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75feac3f..73d69b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. + # 2.0.0-alpha.6 * Allow passing a custom `Container` to `handleContained` and co. diff --git a/pubspec.yaml b/pubspec.yaml index 3e8d1011..5f96b86f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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