meta 1.11.0

(prep for publishing)

Change-Id: I666a084216877883b9c0c3e954c23c96656587e2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329801
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
pq 2023-10-10 22:21:05 +00:00 committed by Commit Queue
parent 7b7943599a
commit 62515563eb
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## 1.11.0
* Introduce `TargetKind.extensionType` to indicate that an annotation
is valid on any extension type declaration.
## 1.10.0
* Introduce `@redeclare` to annotate extension type members that redeclare

View file

@ -1,6 +1,6 @@
name: meta
# Note, because version `2.0.0` was mistakenly released, the next major version must be `3.x.y`.
version: 1.10.0
version: 1.11.0
description: >-
Annotations used to express developer intentions that can't otherwise be
deduced by statically analyzing source code.