[pkg/analysis_server_client] rev version in preparation for publishing

Change-Id: I60f9485bf0dd76123bb42214ece4030e0a8fd5c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264882
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Devon Carew 2022-10-19 20:00:07 +00:00 committed by Commit Queue
parent 1b38b7bb7b
commit 93d2077a7d
2 changed files with 27 additions and 17 deletions

View file

@ -1,25 +1,35 @@
# 2.0.0-dev
* Stable null safety release.
# 2.0.0
* Migrated to null safety.
* Now supporting protocol version `1.33.4`, including the new completion
protocol.
* Switched to using `package:lints` for analysis.
# 1.1.3
* Supports changes made to the Analysis Server protocol through Dart 2.8.0
* Updates to use pedantic 1.9.0 and some internal refactoring.
* Supports changes made to the Analysis Server protocol through Dart 2.8.0.
* Updates to use pedantic 1.9.0 and some internal refactoring.
# 1.1.2
* Update the dartfix protocol to include `--pedantic`
* Supports changes made to Analysis Server protocol through Dart 2.6.0
* Update the dartfix protocol to include `--pedantic`
* Supports changes made to Analysis Server protocol through Dart 2.6.0
# 1.1.1
* Update ConnectionHandler to call checkServerProtocolVersion
* Update ConnectionHandler to call checkServerProtocolVersion
# 1.1.0
* Add analysis server protocol consts and classes
* Overhaul the Server class
* Add an example showing analysis of *.dart files in a directory
* Update the required SDK
* Add analysis server protocol consts and classes
* Overhaul the Server class
* Add an example showing analysis of *.dart files in a directory
* Update the required SDK
# 1.0.1
* Update path on homepage
* Update path on homepage
# 1.0.0
* Initial version
* Initial version

View file

@ -1,9 +1,9 @@
name: analysis_server_client
version: 2.0.0-dev
version: 2.0.0
description:
A client wrapper over analysis_server.
Instances of the class [Server] manage a connection to a server process,
and facilitate communication to and from the server.
A client wrapper over analysis_server. Instances of the class Server manage a
connection to a server process, and facilitate communication to and from the
server.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_client
environment: