[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:
Devon Carew
2022-05-31 16:39:14 +00:00
committed by Commit Bot
parent 8cc19f912c
commit d798a7be34
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -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.
+2 -2
View File
@@ -1,4 +1,5 @@
# vm_snapshot_analysis
[![pub package](https://img.shields.io/pub/v/vm_snapshot_analysis.svg)](https://pub.dev/packages/vm_snapshot_analysis)
[![package publisher](https://img.shields.io/pub/publisher/vm_snapshot_analysis.svg)](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 -1
View File
@@ -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