Skip to content

Commit

Permalink
[package:vm_service_interface] Prepare to publish version 2.0.0
Browse files Browse the repository at this point in the history
Change-Id: I30565fd466efaadf955aae0c0508526b7febe3b2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/387800
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
  • Loading branch information
derekxu16 authored and Commit Queue committed Oct 1, 2024
1 parent 6d6782b commit 2d6da3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/vm_service_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2.0.0
- Provides version 4.16 of the Dart VM service protocol.
- Update `package:vm_service` constraint to `>=14.3.0 <15.0.0`.

## 1.1.0
- Provides version 4.15 of the Dart VM service protocol.
Expand Down
2 changes: 1 addition & 1 deletion pkg/vm_service_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
sdk: ^3.0.0

dependencies:
vm_service: '>=12.0.0 <15.0.0'
vm_service: '>=14.3.0 <15.0.0'

# We use 'any' version constraints here as we get our package versions from
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
Expand Down

0 comments on commit 2d6da3f

Please sign in to comment.