Skip to content

Commit f8238ff

Browse files
committed
Prepare for 1.17.0 release
See changelog for more details. Signed-off-by: Pablo Galindo <[email protected]>
1 parent 3766fed commit f8238ff

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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.16.0
2+
current_version = 1.17.0
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
memray 1.17.0 (2025-04-03)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- Fix a bug with macOS version 15.4 that was causing memray to crash when the internal TLS variables were being created or destroyed. (#732)
18+
- A backwards incompatible change in Textual prevented the ``memray tree`` and ``memray attach`` commands from working properly. Work around this to support the latest Textual versions. (#734)
19+
20+
1121
memray 1.16.0 (2025-03-06)
1222
--------------------------
1323

news/732.bugfix.rst

-1
This file was deleted.

news/734.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.16.0"
1+
__version__ = "1.17.0"

0 commit comments

Comments
 (0)