Skip to content

Commit e7f1b32

Browse files
godlygeekpablogsal
authored andcommitted
Prepare for 1.13.2 release
See changelog for more details. Signed-off-by: Matt Wozniski <[email protected]>
1 parent f1d984d commit e7f1b32

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.13.1
2+
current_version = 1.13.2
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
memray 1.13.2 (2024-06-27)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- Fix a bug that could in rare circumstances result in a stack overflow while processing native mode stacks. (#639)
18+
19+
20+
Miscellaneous
21+
~~~~~~~~~~~~~
22+
23+
- Upgrade our vendored copy of ``libbacktrace``, used for reporting native stacks, to the latest version. (#639)
24+
25+
1126
memray 1.13.1 (2024-06-23)
1227
--------------------------
1328

news/639.bugfix.rst

-1
This file was deleted.

news/639.misc.rst

-1
This file was deleted.

src/memray/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.13.1"
1+
__version__ = "1.13.2"

0 commit comments

Comments
 (0)