Meta bump.

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1869603002 .
This commit is contained in:
pq 2016-04-06 14:58:25 -07:00
parent 3d23c82d94
commit 10990f12d1
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## 0.11.0
* Added new `Required` constructor with a means to specify a reason to explain why a parameter is required.
## 0.10.0
* Introduce `@factory` annotation for methods that must either be abstract or
must return a newly allocated object.

View file

@ -1,5 +1,5 @@
name: meta
version: 0.10.0
version: 0.11.0
author: Dart Team <misc@dartlang.org>
homepage: http://www.dartlang.org
description: >