mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:10:22 +00:00
[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:
parent
aa74b824a8
commit
0a291a5d8f
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue