Skip to content

Commit

Permalink
Merge pull request #258 from Perfexionists/release-0.23.5
Browse files Browse the repository at this point in the history
Release version 0.23.5
  • Loading branch information
JiriPavela authored Sep 25, 2024
2 parents 752491d + 931f035 commit 276895c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

0.23.5 (2024-09-25)
-------------------

- Polish perun import and viewdiff
- Stats and metadata specification, internal representation and visualization have been unified across different perf and ELK import and viewdiff commands
- Perf profile stats may now be specified both on CLI and in CSV files
- Stats may now be aggregated in different ways depending on the type of stats value(s), aggregation key and comparison operator
- Aggregated stats are now displayed in a nested table in viewdiff
- Metadata may now be specified directly on CLI using strings or JSON files
- Collapsing or showing different parts of profile headers in viewdiff now collapses or hides both LHS and RHS


0.23.4 (2024-08-08)
-------------------

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.4',
version: '0.23.5',
license: 'GPL-3',
meson_version: '>=1.0.0',
default_options: [
Expand Down

0 comments on commit 276895c

Please sign in to comment.