[pkg] prep to publish package:vm_snapshot_analysis
Change-Id: I52ea64c667649a631f1232fe3cdf8933aee36e6c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246302 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Slava Egorov <vegorov@google.com> Reviewed-by: Tess Strickland <sstrickl@google.com>
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 0.7.2
|
||||
|
||||
- Upgrade to `package:lints` 2.0.
|
||||
- Populate the pubspec `repository` field.
|
||||
|
||||
## 0.7.1
|
||||
|
||||
- Make `CallGraphNode.dominator` nullable.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# vm_snapshot_analysis
|
||||
[](https://pub.dev/packages/vm_snapshot_analysis)
|
||||
[](https://pub.dev/packages/vm_snapshot_analysis/publisher)
|
||||
|
||||
This package provides libraries and a utility for analysing the size and
|
||||
contents of Dart VM AOT snapshots based on the output of
|
||||
@@ -141,7 +142,6 @@ package:front_end (total 2708981 bytes)
|
||||
└── package:package_config (total 64039 bytes)
|
||||
```
|
||||
|
||||
|
||||
### `compare`
|
||||
|
||||
```console
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: vm_snapshot_analysis
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
description: Utilities for analysing AOT snapshot size.
|
||||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_snapshot_analysis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user