From 65fc262d31b05cae8e2e22999a063f406594730b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Tue, 29 Oct 2024 01:59:02 +0200 Subject: [PATCH] Make it a major (since it drops py3.8). --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f57e46d..4f4dc20 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -4.1.0 (2024-10-28) +5.0.0 (2024-10-29) ------------------ * Dropped support for now EOL Python 3.8. Also moved tests suite to only test the latest pytest versions (8.3.x). @@ -16,7 +16,7 @@ Changelog - ``--benchmark-cprofile-loops=LOOPS`` - previously profiling only ran the function once, this allow customization. - ``--benchmark-cprofile-top=COUNT`` - allows showing more rows. - - ``--benchmark-cprofile-dump=[FILENAME-PREFIX]`` - allows saving to a file (that you can load in `snakeviz `_ or other tools). + - ``--benchmark-cprofile-dump=[FILENAME-PREFIX]`` - allows saving to a file (that you can load in `snakeviz `_, `RunSnakeRun `_ or other tools). 4.0.0 (2022-10-26)