We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbac98 commit bd99b2dCopy full SHA for bd99b2d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.19.0
+current_version = 1.19.1
3
commit = True
4
message =
5
Prepare for {new_version} release
NEWS.rst
@@ -8,6 +8,12 @@ Changelog
8
9
.. towncrier release notes start
10
11
+memray 1.19.1 (2025-09-29)
12
+--------------------------
13
+
14
+- Fix a bug that was causes memray to refuse to produce stack traces for ``pymalloc`` allocations when ``--trace-python-allocators`` was used. (#832)
15
16
17
memray 1.19.0 (2025-09-26)
18
--------------------------
19
src/memray/_version.py
@@ -1 +1 @@
-__version__ = "1.19.0"
+__version__ = "1.19.1"
0 commit comments