diff --git a/pkg/vm_snapshot_analysis/CHANGELOG.md b/pkg/vm_snapshot_analysis/CHANGELOG.md index f931fce442e..626d21aea60 100644 --- a/pkg/vm_snapshot_analysis/CHANGELOG.md +++ b/pkg/vm_snapshot_analysis/CHANGELOG.md @@ -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. diff --git a/pkg/vm_snapshot_analysis/README.md b/pkg/vm_snapshot_analysis/README.md index 18a7f5af7f8..2aec2e0cfff 100644 --- a/pkg/vm_snapshot_analysis/README.md +++ b/pkg/vm_snapshot_analysis/README.md @@ -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 diff --git a/pkg/vm_snapshot_analysis/pubspec.yaml b/pkg/vm_snapshot_analysis/pubspec.yaml index b38740a592f..20c3302f480 100644 --- a/pkg/vm_snapshot_analysis/pubspec.yaml +++ b/pkg/vm_snapshot_analysis/pubspec.yaml @@ -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