Skip to content

Commit

Permalink
Release 0.4.0 (#57)
Browse files Browse the repository at this point in the history
## Changelog

## [0.4.0](0.3.0...0.4.0)
(2024-10-17)

### Changes

* Optimize memory usage for stack capture
([#50](#50))
([cb98944](cb98944))
* support android 15 16k page size
([#49](#49))
([228a197](228a197))

*After this pull request is merged, the `release.yml` will be trigger.
This pull request is opened by bot*

Co-authored-by: littleGnAl <[email protected]>
  • Loading branch information
github-actions[bot] and littleGnAl authored Oct 17, 2024
1 parent 2e57bf6 commit dff5327
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit dff5327

Please sign in to comment.