[ DDS ] Prepare for 2.9.4 release

Change-Id: I393ce964bce316592f78c0ea1de45ac1b34ddefd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/317620
Reviewed-by: Kenzie Davisson <kenzieschmoll@google.com>
This commit is contained in:
Ben Konyi 2023-08-01 22:59:17 +00:00
parent c96ea516f7
commit 5ef423d55c
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# 2.9.4
- Updated `devtools_shared` to ^2.26.1
# 2.9.3
- [DAP] `threadId`s generated by the debug adapter now match the Isolate numbers of the underlying isolates.
- [DAP] Global evaluation (evaluation without a `frameId`) is now available for top-levels if a `file://` URI for a script is provided as the `context` for an `evaluate` request.

View file

@ -1,5 +1,5 @@
name: dds
version: 2.9.3
version: 2.9.4
description: >-
A library used to spawn the Dart Developer Service, used to communicate with
a Dart VM Service instance.