From f2d8cd15c9588faa34141239164b25972880e8a7 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 6 May 2024 18:01:32 +0000 Subject: [PATCH] Bump package meta to 1.15.0 Change-Id: I53f7e0d9601f1e51f8bce874b449f063926b2001 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365281 Reviewed-by: Phil Quitslund Reviewed-by: Brian Wilkerson Commit-Queue: Samuel Rawlins --- pkg/meta/CHANGELOG.md | 6 +++--- pkg/meta/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/meta/CHANGELOG.md b/pkg/meta/CHANGELOG.md index 7e9d90db658..e462d5b0ac6 100644 --- a/pkg/meta/CHANGELOG.md +++ b/pkg/meta/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.15.0-dev +## 1.15.0 - Updated `@mustBeOverridden` to only flag missing overrides in concrete classes; in other words, abstract classes (including implicitly abstract, i.e @@ -33,8 +33,8 @@ See for more information. - Introduce `TargetKind.optionalParameter`, to indicate that an annotation is valid on any optional parameter declaration. -- Introduce `TargetKind.instanceMember`, to indicate that an annotation is valid - on any instance member declaration. +- Introduce `TargetKind.overridableMember`, to indicate that an annotation is + valid on any instance member declaration. ## 1.14.0 diff --git a/pkg/meta/pubspec.yaml b/pkg/meta/pubspec.yaml index f2e1b8a0b98..f7e42db8e2f 100644 --- a/pkg/meta/pubspec.yaml +++ b/pkg/meta/pubspec.yaml @@ -1,7 +1,7 @@ name: meta # Note, because version `2.0.0` was mistakenly released, # the next major version must be `3.x.y`. -version: 1.15.0-dev +version: 1.15.0 description: >- Annotations used to express developer intentions that can't otherwise be deduced by statically analyzing source code.