From b7d3d8ab848e0a82649c21c3d640dcefc7c353cd Mon Sep 17 00:00:00 2001 From: Tomas Fiedor Date: Fri, 21 Jun 2024 08:29:34 +0200 Subject: [PATCH] Release version 0.22.2 --- CHANGELOG.rst | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d0988a59..7de63a95 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +0.22.2 (2024-06-21) + + - Fixes issues with new visualizations (bad sizes) + - Add option of minimization of reports (hide generics) + - Hotfix some issues + - Enhances the visualizations + 0.22 (2024-05-22) - Add support of Python 3.12 diff --git a/meson.build b/meson.build index 7c1467cb..fd87fb66 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'perun', 'c', - version: '0.22.1', + version: '0.22.2', license: 'GPL-3', meson_version: '>=1.0.0', default_options: [