Skip to content

Commit

Permalink
Merge pull request #268 from Perfexionists/release-0.23.7
Browse files Browse the repository at this point in the history
Release version 0.23.7
  • Loading branch information
JiriPavela authored Nov 4, 2024
2 parents 694e1ae + 937dbe7 commit d55221d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
-------------------

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

0 comments on commit d55221d

Please sign in to comment.