From 23dcca13b0407742c7d055c7376001542fdf47da Mon Sep 17 00:00:00 2001 From: littleGnAl Date: Thu, 17 Oct 2024 15:16:56 +0000 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d857f2..6e7f0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.4.0](https://github.com/littleGnAl/glance/compare/0.3.0...0.4.0) (2024-10-17) + +### Changes + +* Optimize memory usage for stack capture ([#50](https://github.com/littleGnAl/glance/issues/50)) ([cb98944](https://github.com/littleGnAl/glance/commit/cb98944fc4b3a18fd1383b96a0fe5976c6f30452)) +* support android 15 16k page size ([#49](https://github.com/littleGnAl/glance/issues/49)) ([228a197](https://github.com/littleGnAl/glance/commit/228a197904b1c4460cbe57e95ebd225e1b603775)) + ## [0.3.0](https://github.com/littleGnAl/glance/compare/0.2.0...0.3.0) (2024-10-01) diff --git a/pubspec.yaml b/pubspec.yaml index d75b9a7..876bfd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: glance description: An APM library for detecting UI jank in Flutter for mobile (Android/iOS). -version: 0.3.0 +version: 0.4.0 homepage: https://github.com/littleGnAl/glance environment: sdk: '>=2.17.0 <4.0.0'