Skip to content

Commit 0d28703

Browse files
derekxu16Commit Queue
authored andcommitted
[package:vm_service_protos] Prepare to publish version 1.1.0
Change-Id: I8641d916678422dbc41795727f6610df87e6442c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/418420 Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Derek Xu <[email protected]>
1 parent cfeda65 commit 0d28703

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pkg/vm_service_protos/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
## 1.0.1-wip
1+
## 1.1.0
22

33
- Widen the dependency constraint on `package:protobuf`.
4+
- Introduce `EventCategory`, `EventName`, and `DebugAnnotationName` classes.
5+
- Add `eventCategories`, `eventNames`, `debugAnnotationNames` and
6+
`debugAnnotationStringValues` getters to `InternedData`.
7+
- Add `nameIid` and `stringValueIid` getters to `DebugAnnotation`.
8+
- Add `hasNameIid`, `clearNameIid`, `hasStringValueIid`, and
9+
`clearStringValueIid` methods to `DebugAnnotation`.
10+
- Add `categoryIids` and `nameIid` getters to `TrackEvent`.
11+
- Add `hasNameIid` and `clearNameIid` methods to `TrackEvent`.
412

513
## 1.0.0
614

pkg/vm_service_protos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vm_service_protos
2-
version: 1.0.1-wip
2+
version: 1.1.0
33
description: >-
44
A library for decoding protos returned by a service implementing the Dart VM
55
service protocol.

0 commit comments

Comments
 (0)