From 49183446b0825bb05c835519d3ce8c1f677ef900 Mon Sep 17 00:00:00 2001 From: almouro Date: Thu, 25 May 2023 11:46:30 +0200 Subject: [PATCH] chore: release v0.7.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e1c68f..0f9d8cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.7.3](https://github.com/bamlab/flashlight/compare/v0.7.1...v0.7.3) (2023-05-25) + +### Bug Fixes + +- **profiler:** fix buffer overflow when running atrace async_stop ([#107](https://github.com/bamlab/flashlight/issues/107)) ([f06a849](https://github.com/bamlab/flashlight/commit/f06a849d9c3acc70ca8da488b93e269b27d54484)) +- **profiler:** fix some cpu measuring inaccuracies ([#109](https://github.com/bamlab/flashlight/issues/109)) ([79b6f79](https://github.com/bamlab/flashlight/commit/79b6f79f3d9c60581fdaadf5a52a053b2b64320c)), closes [392744175c4de67dc98e72da6745e6351118c985/toolbox/top.c#422](https://github.com/392744175c4de67dc98e72da6745e6351118c985/toolbox/top.c/issues/422) + ## [0.7.2](https://github.com/bamlab/flashlight/compare/v0.7.1...v0.7.2) (2023-05-19) ### Bug Fixes diff --git a/package.json b/package.json index 920f5297..f14562cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flashlight", - "version": "0.7.2", + "version": "0.7.3", "private": "true", "repository": { "type": "git",