Skip to content

Commit 262ca2a

Browse files
committed
Prepare for 1.16.0 release
See changelog for more details. Signed-off-by: Pablo Galindo <[email protected]>
1 parent 8e67b51 commit 262ca2a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.bumpversion.cfg

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

NEWS.rst

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

99
.. towncrier release notes start
1010
11+
memray 1.16.0 (2025-03-06)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- Fix the tree reporter's rendering of emojis to work for Textual 2, which no longer supports directly assigning label text using emoji shortcodes. (#714)
18+
19+
1120
memray 1.15.0 (2024-12-03)
1221
--------------------------
1322

news/714.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.15.0"
1+
__version__ = "1.16.0"

0 commit comments

Comments
 (0)