Skip to content

Commit

Permalink
Prepare to publish analyzer 0.39.12
Browse files Browse the repository at this point in the history
R=brianwilkerson@google.com

Change-Id: Iea5b9186f6fe89f93b6a95fe2aa2b0045f8a4930
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153381
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
  • Loading branch information
scheglov authored and commit-bot@chromium.org committed Jul 6, 2020
1 parent 1a60f94 commit 1478b2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pkg/analyzer/CHANGELOG.md
@@ -1,6 +1,10 @@
## 0.39.12-dev
## 0.39.12
* Deprecated `canUseSummaries` in `DartSdkManager` constructor.
Summaries are not supported this way for SDK.
* Set uri for implicit dart:core import.
* Add overrideKnownFeaturesAsync() for DartDoc testing.
* Remove DartSdk.useSummary.
* Move TypeSystemImpl to src/dart/element/type_system.dart

## 0.39.11
* Deprecated `ClassElement.hasReferenceToSuper`.
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyzer/pubspec.yaml
@@ -1,5 +1,5 @@
name: analyzer
version: 0.39.12-dev
version: 0.39.12
description: This package provides a library that performs static analysis of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer

Expand Down

0 comments on commit 1478b2b

Please sign in to comment.