[vm_snapshot_analysis] Bump version to 0.5.4

Change-Id: Iedafbff367544b430329fbfb7f4470b9621cea69
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158362
Reviewed-by: Jonah Williams <jonahwilliams@google.com>
Reviewed-by: Kenzie Schmoll <kenzieschmoll@google.com>
Commit-Queue: Kenzie Schmoll <kenzieschmoll@google.com>
This commit is contained in:
Kenzie Schmoll 2020-08-12 21:46:29 +00:00 committed by commit-bot@chromium.org
parent aa74b824a8
commit 0a291a5d8f
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## 0.5.4
- Fix bug causing name clash for Type class.
## 0.5.3
- Add `compareProgramInfo` that takes in two program info objects and outputs
a `Map` object containing the diff data.

View file

@ -1,6 +1,6 @@
name: vm_snapshot_analysis
description: Utilities for analysing AOT snapshot size.
version: 0.5.3
version: 0.5.4
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_snapshot_analysis