From 937dbe7e666b581f656fb2a06d428bf329be9304 Mon Sep 17 00:00:00 2001 From: Jiri Pavela Date: Mon, 4 Nov 2024 17:14:56 +0100 Subject: [PATCH] Release version 0.23.7 --- CHANGELOG.rst | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7ef8d5e7..f4c0dabb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========= +0.23.7 (2024-11-04) +------------------- + + - Add Flamegraph diffs to the showdiff report + - Fix Flamegraph height scaling in showdiff report + - Add CPU vulnerabilities overview to the profile specification in showdiff + - Perun now supports Python 3.13 + - README file has been updated with more detailed installation instructions + + 0.23.6 (2024-10-06) ------------------- diff --git a/meson.build b/meson.build index d733d38f..35cd9162 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'perun', 'c', - version: '0.23.6', + version: '0.23.7', license: 'GPL-3', meson_version: '>=1.0.0', default_options: [