You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Changelog
3
3
=========
4
4
5
-
4.1.0 (2024-10-28)
5
+
5.0.0 (2024-10-29)
6
6
------------------
7
7
8
8
* 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
16
16
17
17
- ``--benchmark-cprofile-loops=LOOPS`` - previously profiling only ran the function once, this allow customization.
18
18
- ``--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).
0 commit comments