Skip to content

Commit 431b206

Browse files
committed
Prepare for 1.15.0 release
See changelog for more details.
1 parent ef3d3ea commit 431b206

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.bumpversion.cfg

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

NEWS.rst

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
memray 1.15.0 (2024-12-03)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- Fix some crashes caused by interposing symbols in memray itself (#685)
18+
- Fixed a bug that was causing tracking of runtime libraries that are part of the linker cache not work in macOS 15. (#693)
19+
- Fix a crash when a greenlet switch happens after Memray's profile function has been deactivated or replaced. (#700)
20+
21+
1122
memray 1.14.0 (2024-09-09)
1223
--------------------------
1324

news/685.bugfix.rst

-1
This file was deleted.

news/693.bugfix.rst

-1
This file was deleted.

news/700.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.14.0"
1+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)