Skip to content

Commit 5c0b0df

Browse files
committed
Prepare for 1.14.0 release
See changelog for more details. Signed-off-by: Pablo Galindo <[email protected]>
1 parent 1b3cf6e commit 5c0b0df

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
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.4
2+
current_version = 1.14.0
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

+19
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
memray 1.14.0 (2024-09-09)
12+
--------------------------
13+
14+
Features
15+
~~~~~~~~
16+
17+
- Wheels are now published for Python 3.13, though we don't yet support free-threaded (no GIL) builds. (#658)
18+
19+
20+
Bug Fixes
21+
~~~~~~~~~
22+
23+
- Fix a lock ordering deadlock in libc between a Memray lock and a lock internal to dlopen. (#549)
24+
- Ensure flame graphs stay in flame mode when the user has selected it.
25+
Previously clicking the "Hide Irrelevant Frames" or "Hide Import System Frames"
26+
checkboxes would switch the flame graph back to icicle mode. (#656)
27+
- Fix a race condition that was able to cause strange exception messages if two different threads tried to initialize Memray tracking at once. (#667)
28+
29+
1130
memray 1.13.4 (2024-07-18)
1231
--------------------------
1332

news/549.bugfix.rst

-1
This file was deleted.

news/656.bugfix.rst

-3
This file was deleted.

news/658.feature.rst

-1
This file was deleted.

news/667.bugfix.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.4"
1+
__version__ = "1.14.0"

0 commit comments

Comments
 (0)