We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41455e3 commit 08e4cc6Copy full SHA for 08e4cc6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.13.0
+current_version = 1.13.1
3
commit = True
4
message =
5
Prepare for {new_version} release
NEWS.rst
@@ -8,6 +8,15 @@ Changelog
8
9
.. towncrier release notes start
10
11
+memray 1.13.1 (2024-06-23)
12
+--------------------------
13
+
14
+Bug Fixes
15
+~~~~~~~~~
16
17
+- Fix a deadlock that could occur on some Linux systems when resolving debug information using debuginfod. (#634)
18
19
20
memray 1.13.0 (2024-06-18)
21
--------------------------
22
news/634.bugfix.rst
src/memray/_version.py
@@ -1 +1 @@
-__version__ = "1.13.0"
+__version__ = "1.13.1"
0 commit comments