meta 1.10.0

Change-Id: I14e701e49d04cc8eb32dd2885af52fcbce03cc49
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/319384
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
pq 2023-08-09 18:07:32 +00:00 committed by Commit Queue
parent 9b2fb8da0e
commit c41bd0326d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## 1.10.0
* Introduce `@redeclare` to annotate extension type members that redeclare
members from a superinterface.
## 1.9.1 ## 1.9.1
* Update SDK constraints to `>=2.12.0 <4.0.0`. * Update SDK constraints to `>=2.12.0 <4.0.0`.

View file

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