Skip to content

Commit 65fc262

Browse files
committed
Make it a major (since it drops py3.8).
1 parent 0c32498 commit 65fc262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
4.1.0 (2024-10-28)
5+
5.0.0 (2024-10-29)
66
------------------
77

88
* 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
1616

1717
- ``--benchmark-cprofile-loops=LOOPS`` - previously profiling only ran the function once, this allow customization.
1818
- ``--benchmark-cprofile-top=COUNT`` - allows showing more rows.
19-
- ``--benchmark-cprofile-dump=[FILENAME-PREFIX]`` - allows saving to a file (that you can load in `snakeviz <https://pypi.org/project/snakeviz/>`_ or other tools).
19+
- ``--benchmark-cprofile-dump=[FILENAME-PREFIX]`` - allows saving to a file (that you can load in `snakeviz <https://pypi.org/project/snakeviz/>`_, `RunSnakeRun <https://pypi.org/project/RunSnakeRun/>`_ or other tools).
2020

2121

2222
4.0.0 (2022-10-26)

0 commit comments

Comments
 (0)