Skip to content

Commit 87e7f62

Browse files
godlygeekpablogsal
authored andcommitted
Prepare for 1.19.2 release
See changelog for more details. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent ba6e4e2 commit 87e7f62

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.19.1
2+
current_version = 1.19.2
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
memray 1.19.2 (2026-03-12)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- Add support for Python 3.14's tail call interpreter. Memray now correctly identifies Python frame boundaries in native stack traces when Python 3.14 is built with the tail call interpreter enabled (``--with-tail-call-interp``), recognizing LLVM-generated tail call functions alongside traditional ``_PyEval_EvalFrameDefault`` functions. (#836)
18+
- Prevent an ``AssertionError`` when the tracked process exits after the live TUI was closed. (#849)
19+
- Ensure the command line is properly HTML escaped when writing it into flamegraph and table reports. (#885)
20+
- Fix the ``--no-web`` option for ``memray flamegraph``, which was generating broken flame graphs. (#876)
21+
22+
1123
memray 1.19.1 (2025-09-29)
1224
--------------------------
1325

news/836.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/849.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/885.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/memray/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.19.1"
1+
__version__ = "1.19.2"

0 commit comments

Comments
 (0)