Prepare to publish analyzer_plugin 0.8.0

Change-Id: Ia1c799e7ed7e52eb86a01fe31fe05bb7c399720d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215244
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Konstantin Shcheglov 2021-10-04 05:04:58 +00:00 committed by commit-bot@chromium.org
parent 23cf71efba
commit 6dd77ca4cc
3 changed files with 11 additions and 8 deletions

View file

@ -11,7 +11,7 @@
"constraint, update this by running tools/generate_package_config.dart."
],
"configVersion": 2,
"generated": "2021-10-01T13:54:59.751334",
"generated": "2021-10-03T09:32:39.517171",
"generator": "tools/generate_package_config.dart",
"packages": [
{
@ -94,7 +94,7 @@
"name": "analyzer_plugin",
"rootUri": "../pkg/analyzer_plugin",
"packageUri": "lib/",
"languageVersion": "2.12"
"languageVersion": "2.14"
},
{
"name": "analyzer_utilities",

View file

@ -1,6 +1,9 @@
## 0.7.0
## 0.8.0
- Require SDK `2.14` to use `Object.hash()`.
- Require `yaml 3.1.0` to use `recover`.
- Support verison `2.x` of the `analyzer` package
## 0.7.0
- Support version `2.x` of the `analyzer` package
## 0.6.0
- Bug fixes to the protocol.

View file

@ -1,17 +1,17 @@
name: analyzer_plugin
description: A framework and support code for building plugins for the analysis server.
version: 0.7.0
version: 0.8.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'
dependencies:
analyzer: ^2.0.0
analyzer: ^2.4.0
collection: ^1.15.0
dart_style: ^2.0.0
pub_semver: ^2.0.0
yaml: ^3.0.0
yaml: ^3.1.0
dev_dependencies:
analyzer_utilities: